applied MSVC compatibility patch from Dwight Kelly
[swftools.git] / lib / devices / opengl.c
index 6b48c5e..c8efc05 100644 (file)
@@ -17,6 +17,7 @@
 
 //#define ZSTEP (1/65536.0)
 #define ZSTEP (1/32.0)
+//#define ZSTEP (1/4.0)
 
 typedef struct _fontlist {
     gfxfont_t*font;