Fixed build. (#355)

This commit is contained in:
Branimir Karadžić
2025-12-13 11:59:10 -08:00
committed by GitHub
parent 4ac903bdcf
commit f4a30a69a1

View File

@@ -238,6 +238,7 @@ namespace bx
BX_ASSERT_LOC(_location, result
, "bx::narrowCast failed! Value is truncated!"
);
BX_UNUSED(result);
return to;
}