Fix some debug compile errors introduced by https://github.com/o3de/o3de/pull/3903

Signed-off-by: bosnichd <bosnichd@amazon.com>
This commit is contained in:
bosnichd
2021-09-07 15:08:39 -06:00
parent 8edcc504bd
commit 12fb91a484
3 changed files with 78 additions and 3 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ struct Vec4
f32 x, y, z, w;
#if defined(_DEBUG)
ILINE Vec4_tpl()
ILINE Vec4()
{
if constexpr (sizeof(f32) == 4)
{