It finally imports somewhat

This commit is contained in:
Dynamitos
2024-05-01 19:05:48 +02:00
parent 2c1669aab4
commit dfcfc2bb1e
19 changed files with 108 additions and 84 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ void GameView::update()
{
vd->resetMeshData();
}
systemGraph->run(threadPool, updateTime);
systemGraph->run(updateTime);
scene->update(updateTime);
for (VertexData* vd : VertexData::getList())
{
-1
View File
@@ -36,7 +36,6 @@ protected:
PSystemGraph systemGraph;
System::PKeyboardInput keyboardSystem;
ThreadPool threadPool;
float updateTime = 0;
virtual void keyCallback(Seele::KeyCode code, Seele::InputAction action, Seele::KeyModifier modifier) override;