1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

-Added prints() function, fixes #1132, #1859

-Tabs work inside built-in log window, fixes #1867
This commit is contained in:
Juan Linietsky
2015-05-09 18:09:58 -03:00
parent 1310e09c73
commit 65d48d6d39
4 changed files with 36 additions and 1 deletions

View File

@@ -1036,7 +1036,7 @@ void GDTokenizerText::advance(int p_amount) {
//////////////////////////////////////////////////////////////////////////////////////////////////////
#define BYTECODE_VERSION 3
#define BYTECODE_VERSION 4
Error GDTokenizerBuffer::set_code_buffer(const Vector<uint8_t> & p_buffer) {