Skip to content

Commit 82f18fe

Browse files
committed
vector2 -> vec2, matrix4 -> mat4, etc.
1 parent b2d9e8d commit 82f18fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruis/render/opengles/context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ context::context(utki::shared_ref<ruis::render::native_window> native_window) :
8383
// })
8484
// return unsigned(val);
8585
// }(),
86-
.initial_matrix = ruis::matrix4()
86+
.initial_matrix = ruis::mat4()
8787
// OpenGL identity matrix:
8888
// viewport edges: left = -1, right = 1, top = 1, bottom = -1
8989
// z-axis towards viewer

0 commit comments

Comments
 (0)