*/}}
فهرست منبع

Win32 make current error fix

YimingWu 2 ماه پیش
والد
کامیت
faafb775ea
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      la_tns_kernel.c

+ 1 - 1
la_tns_kernel.c

@@ -209,7 +209,7 @@ void tnsContextMakeFBOCurrent(tnsOffscreen* off){
 #endif
 }
 void tnsContextMakeWindowCurrent(laWindow* w){
-    tnsContextMakeCurrent(w->glc,w->win,0);
+    tnsContextMakeCurrent(w->glc,w->hdc,0);
 }
 #endif
 void tnsSwitchToCurrentWindowContext(laWindow* w){