fix: address potential GPU resource leaks

This commit is contained in:
2026-03-13 16:52:52 +08:00
parent 98967275ff
commit 77c7511455
4 changed files with 15 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ private:
public:
Player(const World& world, const std::string& name);
~Player();
const glm::vec3& get_front() const;
const glm::vec3& get_player_pos() const;
const MoveState& get_move_state() const;