You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Improve slang, especially in user-visible parts
This commit is contained in:
@@ -3380,8 +3380,6 @@ bool String::is_valid_float() const {
|
||||
from++;
|
||||
}
|
||||
|
||||
//this was pulled out of my ass, i wonder if it's correct...
|
||||
|
||||
bool exponent_found = false;
|
||||
bool period_found = false;
|
||||
bool sign_found = false;
|
||||
|
||||
Reference in New Issue
Block a user