mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Fix GCC derp
This commit is contained in:
@@ -140,7 +140,7 @@ atVec4f CVar::toVec4f(bool* isValid) const
|
||||
if (isValid != nullptr)
|
||||
*isValid = false;
|
||||
|
||||
return {};
|
||||
return atVec4f{};
|
||||
}
|
||||
|
||||
if (isValid != NULL)
|
||||
|
||||
Reference in New Issue
Block a user