remove not needed const

This commit is contained in:
ChancellorIkseew
2024-11-03 14:10:04 +10:00
parent 240b406332
commit 8ad1c7a438
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class PlayerController {
voxel* updateSelection(float maxDistance);
public:
PlayerController(
Engine* const engine, Level* level, BlocksController* blocksController
Engine* engine, Level* level, BlocksController* blocksController
);
void update(float delta, bool input, bool pause);
void postUpdate(float delta, bool input, bool pause);