Skip to content
Snippets Groups Projects
Commit 58070b92 authored by root's avatar root
Browse files

fixed typo in vec2.c

parent 94063346
No related branches found
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