small fixes to color8

This commit is contained in:
Juan Linietsky 2015-12-31 18:32:56 -03:00
parent 37f2222dd7
commit 64872ca811
2 changed files with 2 additions and 2 deletions

View file

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