Starting to readd Debug renderpass

This commit is contained in:
Dynamitos
2024-01-11 21:40:46 +01:00
parent f17f05433f
commit c0da7d77a1
4 changed files with 133 additions and 127 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ void GameView::applyArea(URect rect)
void GameView::reloadGame()
{
gameInterface.reload(AssetRegistry::getInstance());
gameInterface.reload();
systemGraph = new SystemGraph();
gameInterface.getGame()->setupScene(scene, systemGraph);