Files
godot/modules/gdscript
Brian Richardson 9149b11973 Fix a crash when trying to run Godot debugger on a release build.
The GDScriptLanguage::enter_function is wrapped in #ifdef DEBUG but the exit_function is not, resulting in a stack underflow error.
2018-05-01 15:40:30 -07:00
..
2018-02-21 19:46:06 +01:00
2017-12-13 15:46:35 +01:00