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:
@@ -27,7 +27,7 @@ struct Vec4
|
||||
f32 x, y, z, w;
|
||||
|
||||
#if defined(_DEBUG)
|
||||
ILINE Vec4_tpl()
|
||||
ILINE Vec4()
|
||||
{
|
||||
if constexpr (sizeof(f32) == 4)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user