Shaders improved

This commit is contained in:
2023-11-12 20:10:53 -06:00
parent 06f4214248
commit e540efb726
12 changed files with 22 additions and 40 deletions

View File

@ -9,7 +9,7 @@ using namespace Dawn;
DawnGame::DawnGame(const std::weak_ptr<DawnHost> host) :
host(host),
inputManager(this),
inputManager(),
saveManager(this)
{
renderManager = std::make_shared<RenderManager>();