aabb block shape WIP + common refactor

This commit is contained in:
MihailRis
2023-11-30 14:48:38 +03:00
parent 73d87ae451
commit 0c35eeb072
21 changed files with 177 additions and 76 deletions
+1 -1
View File
@@ -180,7 +180,7 @@ void PlayerController::updateControls(float delta){
}
void PlayerController::updateInteraction(){
const ContentIndices* contentIds = level->contentIds;
auto contentIds = level->content->indices;
Chunks* chunks = level->chunks;
Player* player = level->player;
Lighting* lighting = level->lighting;