Skip to content
Snippets Groups Projects
Commit 9c419738 authored by orestis.malaspin's avatar orestis.malaspin
Browse files

Merge branch 'master' into 'master'

fixed typo in vec2.c

See merge request orestis.malaspin/isc_physics!30
parents be0812d1 58070b92
Branches
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ bool vec2_is_approx_equal(vec2 lhs, vec2 rhs, double eps)
/// @param v The 2d vector.
/// @param width The screen width.
/// @param height The screen height.
/// @return The coordinates (rwo, column).
/// @return The coordinates (row, column).
coordinates vec2_to_coordinates(vec2 v, uint32_t width, uint32_t height)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment