*/}}
ソースを参照

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){