Jelajahi Sumber

Fix GDScript stack leak.

Pāvels Nadtočajevs 5 bulan lalu
induk
melakukan
89c55f638d
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      modules/gdscript/gdscript_function.cpp

+ 0 - 2
modules/gdscript/gdscript_function.cpp

@@ -239,9 +239,7 @@ Variant GDScriptFunctionState::resume(const Variant &p_arg) {
 
 		GDScriptLanguage::get_singleton()->exit_function();
 
-#ifdef DEBUG_ENABLED
 		_clear_stack();
-#endif
 	}
 
 	return ret;