A few tiny cleanups

This commit is contained in:
2026-02-27 18:40:29 -05:00
parent 8825fe3a1e
commit 2765ea3f07
4 changed files with 5 additions and 9 deletions

View File

@@ -119,9 +119,6 @@ public:
// Amount of elapsed time since BeginPlay.
float EngineSeconds = 0.0f;
// When do we next rotate the cube.
float NextRotateCube = 1.0f;
// This allows us to post-tick.
FDelegateHandle OnWorldPostActorTickHandle;