mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed assert macros, and improved error handling.
This commit is contained in:
@@ -42,7 +42,7 @@ TEST_CASE("easing", "")
|
||||
if (vv >= ys
|
||||
&& vv < ye)
|
||||
{
|
||||
bx::write(writer, "*");
|
||||
bx::write(writer, &err, "*");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user