mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-04-10 06:14:07 +08:00
fix: address potential GPU resource leaks
This commit is contained in:
@@ -8,7 +8,9 @@ Player::Player(const World& world, const std::string& name) :
|
||||
{
|
||||
|
||||
}
|
||||
Player::~Player() {
|
||||
|
||||
}
|
||||
const glm::vec3& Player::get_front() const {
|
||||
return m_front;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user