Fix backtrace reporting wrong line numbers in release exports
This commit is contained in:
parent
25a3c27c41
commit
e06541eb4c
4 changed files with 13 additions and 19 deletions
|
|
@ -583,6 +583,7 @@ public:
|
|||
|
||||
} strings;
|
||||
|
||||
_FORCE_INLINE_ bool should_track_call_stack() const { return track_call_stack; }
|
||||
_FORCE_INLINE_ bool should_track_locals() const { return track_locals; }
|
||||
_FORCE_INLINE_ int get_global_array_size() const { return global_array.size(); }
|
||||
_FORCE_INLINE_ Variant *get_global_array() { return _global_array; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue