2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-01 12:53:34 +00:00
This commit is contained in:
Jack Andersen 2015-12-05 15:26:50 -10:00
commit b25f49589c

View File

@ -140,7 +140,7 @@ atVec4f CVar::toVec4f(bool* isValid) const
if (isValid != nullptr)
*isValid = false;
return {};
return atVec4f{};
}
if (isValid != NULL)