mirror of
https://github.com/bkaradzic/bx.git
synced 2026-08-22 02:58:34 +00:00
Removed BX_STATIC_ASSERT. Not needed in C++17.
This commit is contained in:
@@ -53,7 +53,7 @@ namespace bx
|
||||
easeInOutBounce,
|
||||
easeOutInBounce,
|
||||
};
|
||||
BX_STATIC_ASSERT(BX_COUNTOF(s_easeFunc) == Easing::Count);
|
||||
static_assert(BX_COUNTOF(s_easeFunc) == Easing::Count);
|
||||
|
||||
EaseFn getEaseFunc(Easing::Enum _enum)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user