Fix code style issues

This commit is contained in:
Rémi Verschelde
2019-01-26 22:35:31 +01:00
parent 16fa788510
commit c3b0ee5941
9 changed files with 20 additions and 26 deletions

View File

@ -1810,13 +1810,11 @@ EditorFileSystem::EditorFileSystem() {
da->make_dir("res://.import");
}
//this should probably also work on Unix and use the string it returns for FAT32
using_fat_32 = da->get_filesystem_type()=="FAT32";
using_fat_32 = da->get_filesystem_type() == "FAT32";
memdelete(da);
scan_total = 0;
update_script_classes_queued = false;
}
EditorFileSystem::~EditorFileSystem() {