1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Remove more deprecated methods and code

This commit is contained in:
Rémi Verschelde
2020-02-13 11:37:37 +01:00
parent f1ac292084
commit 54ac8eaba6
36 changed files with 66 additions and 502 deletions

View File

@@ -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);