Browse Source

SUPPORT_IMMEDIATE_MODE should be defer, not define

David Rose 15 years ago
parent
commit
35bbcb1500
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dtool/Config.pp

+ 1 - 1
dtool/Config.pp

@@ -351,7 +351,7 @@
 // overhead to have this option available even if it is unused, it is
 // overhead to have this option available even if it is unused, it is
 // by default enabled only in a development build.  This has no effect
 // by default enabled only in a development build.  This has no effect
 // on DirectX rendering.
 // on DirectX rendering.
-#define SUPPORT_IMMEDIATE_MODE $[<= $[OPTIMIZE], 3]
+#defer SUPPORT_IMMEDIATE_MODE $[<= $[OPTIMIZE], 3]
 
 
 // Do you want to compile in support for pipelining?  This enables
 // Do you want to compile in support for pipelining?  This enables
 // setting and accessing multiple different copies of frame-specific
 // setting and accessing multiple different copies of frame-specific