You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Small fixes, mostly dupicated code
(cherry picked from commit 856a8226a5)
This commit is contained in:
@@ -895,7 +895,7 @@ void GDScriptTokenizerText::_advance() {
|
||||
}
|
||||
hexa_found = true;
|
||||
} else if (!hexa_found && GETCHAR(i) == 'e') {
|
||||
if (hexa_found || exponent_found) {
|
||||
if (exponent_found) {
|
||||
_make_error("Invalid numeric constant at 'e'");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user