2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-22 01:53:29 +00:00

Fix GCC derp

This commit is contained in:
Phillip Stephens 2015-12-04 20:10:40 -08:00
parent d7e4d88562
commit c543bf9834

View File

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