Code standardtization pass. Fixed a bunch of warnings.

This commit is contained in:
Antoine Pilote
2023-03-04 17:50:02 -05:00
parent dfd8c0c57d
commit 8be7695d1e
28 changed files with 133 additions and 106 deletions

View File

@@ -166,6 +166,8 @@ namespace Nuake
}
}
}
return Layout::LayoutUnit{ 1.0f, Layout::Unit::AUTO };
}
Layout::LayoutVec4 InterfaceParser::GetVec4Unit(const std::string& value)