erase and forget

This commit is contained in:
MihailRis
2025-08-09 23:40:09 +03:00
parent 5583734bc2
commit fc573b4c6e
4 changed files with 15 additions and 15 deletions
-4
View File
@@ -186,10 +186,6 @@ void Player::postUpdate() {
attemptToFindSpawnpoint();
}
}
// TODO: ERASE & FORGET
auto& skeleton = entity->getSkeleton();
skeleton.visible = currentCamera != fpCamera;
}
void Player::teleport(glm::vec3 position) {