Remove more deprecated methods and code
This commit is contained in:
@ -810,7 +810,7 @@ void GDScriptTokenizerText::_advance() {
|
||||
break; //wtf
|
||||
|
||||
case 'u': {
|
||||
//hexnumbarh - oct is deprecated
|
||||
// hex number
|
||||
i += 1;
|
||||
for (int j = 0; j < 4; j++) {
|
||||
CharType c = GETCHAR(i + j);
|
||||
|
||||
Reference in New Issue
Block a user