Skip to content

Commit 7e032a9

Browse files
committed
make ILocalSingletonWithUpdate.LateUpdate with default empty implementation
1 parent 0938ede commit 7e032a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LiteEntitySystem/ILocalSingleton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ public interface ILocalSingletonWithUpdate : ILocalSingleton
99
{
1010
void Update(float dt);
1111
void VisualUpdate(float dt);
12-
void LateUpdate(float dt);
12+
void LateUpdate(float dt) {}
1313
}
1414
}

0 commit comments

Comments
 (0)