This commit is contained in:
Jack Andersen 2015-12-05 15:26:50 -10:00
commit b25f49589c
1 changed files with 1 additions and 1 deletions

View File

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