Update of /cvsroot/pythianproject/PythianProject/Source/Units
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12290
Modified Files:
Textures.pas
Log Message:
no message
Index: Textures.pas
===================================================================
RCS file: /cvsroot/pythianproject/PythianProject/Source/Units/Textures.pas,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** Textures.pas 2000/11/18 19:48:32 1.7
--- Textures.pas 2000/11/20 20:38:57 1.8
***************
*** 185,189 ****
FHeight,
0,
! GL_RGBA,
GL_UNSIGNED_BYTE,
FImage)
--- 185,189 ----
FHeight,
0,
! GL_RGB,
GL_UNSIGNED_BYTE,
FImage)
|