Skip to content

Commit b89d2b7

Browse files
committed
Fixed code style
1 parent 15f1417 commit b89d2b7

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)