We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0938ede commit 7e032a9Copy full SHA for 7e032a9
1 file changed
LiteEntitySystem/ILocalSingleton.cs
@@ -9,6 +9,6 @@ public interface ILocalSingletonWithUpdate : ILocalSingleton
9
{
10
void Update(float dt);
11
void VisualUpdate(float dt);
12
- void LateUpdate(float dt);
+ void LateUpdate(float dt) {}
13
}
14
0 commit comments