refactor: PVS-Studio warnings fixes

This commit is contained in:
MihailRis
2024-08-04 01:12:42 +03:00
parent 7bc96affbb
commit 245b39be62
22 changed files with 311 additions and 302 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ class PlayerController {
float stepsTimer = 0.0f;
void onFootstep(const Hitbox& hitbox);
void updateFootsteps(float delta);
void processRightClick(Block* def, Block* target);
void processRightClick(const Block& def, const Block& target);
voxel* updateSelection(float maxDistance);
public: