diff options
Diffstat (limited to 'tests/un/mathf.c')
-rw-r--r-- | tests/un/mathf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/un/mathf.c b/tests/un/mathf.c index 5b8d4c1..3d736af 100644 --- a/tests/un/mathf.c +++ b/tests/un/mathf.c @@ -1,6 +1,7 @@ #include <ungrateful.h> int main() { + un_init(UN_MB(4)); /* 2d */ { float2 a = { 1.0f, 2.0f }; |