variable rate shading tier2 #152

This commit is contained in:
Turanszki Janos
2020-08-30 20:20:24 +02:00
parent 4df1769cc9
commit 256fda93fc
36 changed files with 371 additions and 88 deletions
+1 -1
View File
@@ -698,7 +698,7 @@ void EditorComponent::Load()
{
filename += ".wiscene";
}
wiArchive archive(fileName, false);
wiArchive archive(filename, false);
if (archive.IsOpen())
{
Scene& scene = wiScene::GetScene();