Skip to content

Commit 9360eb2

Browse files
committed
Fixed code style
1 parent 99f2101 commit 9360eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/godot/nodes/script_ecs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ void ScriptEcs::reload_scripts() {
101101
}
102102

103103
#ifdef TOOLS_ENABLED
104-
// Scan the script classes.
104+
// Scan the script classes.
105105
if (EditorFileSystem::get_singleton()->get_filesystem()) {
106106
const uint64_t modificatio_time =
107107
load_scripts(EditorFileSystem::get_singleton()->get_filesystem());

0 commit comments

Comments
 (0)