Added some serialization and added shader functionallity

This commit is contained in:
Antoine Pilote
2023-03-05 20:09:57 -05:00
parent b1edeb387f
commit 69a2013a0f
6 changed files with 14 additions and 3 deletions

View File

@@ -346,7 +346,7 @@ namespace Nuake {
CopyComponent<ModelComponent>(sceneCopy->m_Registry, this->m_Registry);
CopyComponent<CameraComponent>(sceneCopy->m_Registry, this->m_Registry);
CopyComponent<WrenScriptComponent>(sceneCopy->m_Registry, this->m_Registry);
CopyComponent<QuakeMapComponent>(sceneCopy->m_Registry, this->m_Registry);
return sceneCopy;
}