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

Commit

Permalink
Fixed issue with ThreadedUpdate not being called
Browse files Browse the repository at this point in the history
  • Loading branch information
Causeless committed Nov 18, 2023
1 parent 76c5f5a commit af5be1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entities/MovableObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ friend struct EntityLuaBindings;

public:

ScriptFunctionNames("Create", "Destroy", "Update", "SyncedUpdate", "OnScriptDisable", "OnScriptEnable", "OnCollideWithTerrain", "OnCollideWithMO", "WhilePieMenuOpen", "OnSave", "OnMessage", "OnGlobalMessage");
ScriptFunctionNames("Create", "Destroy", "Update", "ThreadedUpdate", "SyncedUpdate", "OnScriptDisable", "OnScriptEnable", "OnCollideWithTerrain", "OnCollideWithMO", "WhilePieMenuOpen", "OnSave", "OnMessage", "OnGlobalMessage");
SerializableOverrideMethods;
ClassInfoGetters;

Expand Down

0 comments on commit af5be1d

Please sign in to comment.