Skip to content

Commit

Permalink
Fixed stupid thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunkTreasure1 committed Oct 12, 2023
1 parent caa26b7 commit 3cc2e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Volt/Sandbox/src/Sandbox/Modals/ProjectUpgradeModal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ std::pair<std::filesystem::path, Volt::AssetHandle> ProjectUpgradeModal::Deseria
streamReader.EnterScope("Metadata");

resultAssetFilePath = streamReader.ReadKey("filePath", std::string(""));
resultAssetHandle = streamReader.ReadKey("assetHandle", 0u);
resultAssetHandle = streamReader.ReadKey("assetHandle", uint64_t(0u));

streamReader.ExitScope();
}
Expand Down

0 comments on commit 3cc2e34

Please sign in to comment.