Changeset 943 for trunk/src/debug/quad.cpp
- Timestamp:
- Sep 10, 2011, 5:49:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/debug/quad.cpp
r939 r943 1083 1083 glClientActiveTexture(GL_TEXTURE0); 1084 1084 #endif 1085 #if !defined __CELLOS_LV2__ && !defined __ANDROID__ 1085 #if !defined __CELLOS_LV2__ && !defined __ANDROID__ && !defined __APPLE__ 1086 1086 glTexEnvi(GL_POINT_SPRITE, GL_COORD_REPLACE, GL_FALSE); 1087 1087 #endif … … 1089 1089 1090 1090 glDisable(GL_BLEND); 1091 #if !defined __CELLOS_LV2__ && !defined __ANDROID__ 1091 #if !defined __CELLOS_LV2__ && !defined __ANDROID__ && !defined __APPLE__ 1092 1092 glDisable(GL_POINT_SPRITE); 1093 1093 #endif … … 1101 1101 #endif 1102 1102 1103 #if !defined __CELLOS_LV2__ && !defined __ANDROID__ 1103 #if !defined __CELLOS_LV2__ && !defined __ANDROID__ && !defined __APPLE__ 1104 1104 glDisable(GL_VERTEX_PROGRAM_POINT_SIZE); 1105 1105 #endif
Note: See TracChangeset
for help on using the changeset viewer.