From 35bbcb1500305747afc9af07fe04864e3ce2fc66 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 4 Jun 2010 21:12:41 +0000 Subject: [PATCH] SUPPORT_IMMEDIATE_MODE should be defer, not define --- dtool/Config.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dtool/Config.pp b/dtool/Config.pp index 3a9e2ad004..671173ddd5 100644 --- a/dtool/Config.pp +++ b/dtool/Config.pp @@ -351,7 +351,7 @@ // 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 // 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 // setting and accessing multiple different copies of frame-specific