You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix is_valid_float, Variant parser, Expression parser, script highlighter, and TextServer not handing capital E in scientific notation.
This commit is contained in:
@@ -147,7 +147,8 @@ class TextServerAdvanced : public TextServerExtension {
|
||||
HashSet<StringName> lang;
|
||||
String digits;
|
||||
String percent_sign;
|
||||
String exp;
|
||||
String exp_l;
|
||||
String exp_u;
|
||||
};
|
||||
|
||||
Vector<NumSystemData> num_systems;
|
||||
|
||||
Reference in New Issue
Block a user