change WorldRenderer to class

This commit is contained in:
2021-08-21 13:49:23 +02:00
parent 1bb487d7b0
commit 1b5fd2f66f
12 changed files with 97 additions and 71 deletions

View File

@@ -42,6 +42,9 @@ void Client::tick(std::uint64_t delta){
}
}
void Client::render(){
m_Game.renderWorld();
}
} // namespace client
} // namespace td