Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit af5be1d

Browse files
committed
Fixed issue with ThreadedUpdate not being called
1 parent 76c5f5a commit af5be1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entities/MovableObject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ friend struct EntityLuaBindings;
5151

5252
public:
5353

54-
ScriptFunctionNames("Create", "Destroy", "Update", "SyncedUpdate", "OnScriptDisable", "OnScriptEnable", "OnCollideWithTerrain", "OnCollideWithMO", "WhilePieMenuOpen", "OnSave", "OnMessage", "OnGlobalMessage");
54+
ScriptFunctionNames("Create", "Destroy", "Update", "ThreadedUpdate", "SyncedUpdate", "OnScriptDisable", "OnScriptEnable", "OnCollideWithTerrain", "OnCollideWithMO", "WhilePieMenuOpen", "OnSave", "OnMessage", "OnGlobalMessage");
5555
SerializableOverrideMethods;
5656
ClassInfoGetters;
5757

0 commit comments

Comments
 (0)