mirror of https://github.com/AxioDL/metaforce.git
Merge branch 'master' of https://github.com/AxioDL/hecl
This commit is contained in:
commit
b25f49589c
|
@ -140,7 +140,7 @@ atVec4f CVar::toVec4f(bool* isValid) const
|
|||
if (isValid != nullptr)
|
||||
*isValid = false;
|
||||
|
||||
return {};
|
||||
return atVec4f{};
|
||||
}
|
||||
|
||||
if (isValid != NULL)
|
||||
|
|
Loading…
Reference in New Issue