hedgewars/options.inc
branchqmlfrontend
changeset 11699 83c40c1eb0e7
parent 11661 7d483d400f8d
child 14220 3c36a4e66c82
--- a/hedgewars/options.inc	Tue Mar 29 22:36:59 2016 +0300
+++ b/hedgewars/options.inc	Mon Apr 25 22:10:06 2016 +0300
@@ -46,7 +46,9 @@
     {$DEFINE USE_TOUCH_INTERFACE}
 {$ELSE}
     {$DEFINE USE_AM_NUMCOLUMN}
-    {$DEFINE USE_S3D_RENDERING}
+    {$IFNDEF WEBGL}
+        {$DEFINE USE_S3D_RENDERING}
+    {$ENDIF}
 {$ENDIF}