You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Replace a few #if/#elif with #ifdef and "#elif defined"
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include "pluginscript_instance.h"
|
||||
#include "pluginscript_script.h"
|
||||
|
||||
#if DEBUG_ENABLED
|
||||
#ifdef DEBUG_ENABLED
|
||||
#define __ASSERT_SCRIPT_REASON "Cannot retrieve pluginscript class for this script, is you code correct ?"
|
||||
#define ASSERT_SCRIPT_VALID() \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user