Skip to content

Commit a8b3ddf

Browse files
committed
Changed script enabled to false
1 parent 2d66681 commit a8b3ddf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

engine/core/component/ScriptComponent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
struct ScriptComponent {
99
std::string scriptPath;
1010
std::string scriptClassName;
11-
bool enabled = true;
11+
bool enabled = false;
1212

1313
std::map<std::string, std::any> variables;
1414
};

0 commit comments

Comments
 (0)