*/}}
Sfoglia il codice sorgente

Win32 make current error fix

YimingWu 2 mesi fa
parent
commit
faafb775ea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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){