We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d4545 commit 88cde74Copy full SHA for 88cde74
Source/System/ContentFile.cpp
@@ -63,7 +63,7 @@ void ContentFile::FreeAllLoaded() {
63
int ContentFile::ReadProperty(const std::string_view& propName, Reader& reader) {
64
StartPropertyList(return Serializable::ReadProperty(propName, reader));
65
66
- MatchForwards("FilePath");
+ MatchForwards("FilePath")
67
MatchProperty("Path", { SetDataPath(reader.ReadPropValue()); });
68
MatchProperty("IsMemoryPNG", { reader >> m_IsMemoryPNG; });
69
0 commit comments