DEADSOFTWARE

Fix textures with nanoGL, disable particles with nanoGL and comment regressions with...
[d2df-sdl.git] / src / lib / nanogl / nanoGL.pas
index f63e9ce1d49c272b64296f28a4c5ac92b83ffd85..f16d060d6dc4399f1f2519bdb3548617db863231 100644 (file)
@@ -790,7 +790,7 @@ end;
 
 procedure glTexCoord2i(s, t: GLint);
 begin
-  glTexCoord2f(1 / s, 1 / t);
+  glTexCoord2f(s, t);
 end;
 
 end.