dmuratshin 9 years ago
parent
commit
13a103ef37
1 changed files with 2 additions and 2 deletions
  1. 2 2
      oxygine/src/closure/closure.h

+ 2 - 2
oxygine/src/closure/closure.h

@@ -18,8 +18,8 @@ Many thanks to Wolfhound
 #  pragma once
 #  pragma once
 #endif
 #endif
 
 
-#if !defined(__S3E__) || defined(OXYGINE_EDITOR)
-#define CLOSURE_FUNCTION 0
+#if !defined(__S3E__) && !defined(OXYGINE_EDITOR)
+#define CLOSURE_FUNCTION 1
 #endif
 #endif
 
 
 #ifdef CLOSURE_FUNCTION
 #ifdef CLOSURE_FUNCTION