Shaders improved
This commit is contained in:
@ -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>();
|
||||
|
Reference in New Issue
Block a user