mirror of https://github.com/AxioDL/metaforce.git
Fix GCC derp
This commit is contained in:
parent
d7e4d88562
commit
c543bf9834
|
@ -140,7 +140,7 @@ atVec4f CVar::toVec4f(bool* isValid) const
|
||||||
if (isValid != nullptr)
|
if (isValid != nullptr)
|
||||||
*isValid = false;
|
*isValid = false;
|
||||||
|
|
||||||
return {};
|
return atVec4f{};
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isValid != NULL)
|
if (isValid != NULL)
|
||||||
|
|
Loading…
Reference in New Issue