mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Unused comparison causes error on clang. Suspect this was a typo.
This commit is contained in:
parent
026566f872
commit
b7386de590
@ -1416,7 +1416,7 @@ Error GDScript::reload() {
|
||||
String basedir=path;
|
||||
|
||||
if (basedir=="")
|
||||
basedir==get_path();
|
||||
basedir=get_path();
|
||||
|
||||
if (basedir!="")
|
||||
basedir=basedir.get_base_dir();
|
||||
|
Loading…
Reference in New Issue
Block a user