Skip to content

Commit 9655e43

Browse files
committed
vector2 -> vec2, matrix4 -> mat4, etc.
1 parent 5a199ee commit 9655e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruis/render/opengl/context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ context::context(utki::shared_ref<ruis::render::native_window> native_window) :
146146
std::move(native_window),
147147
// clang-format off
148148
{
149-
.initial_matrix = ruis::matrix4()
149+
.initial_matrix = ruis::mat4()
150150
// OpenGL identity matrix:
151151
// viewport edges: left = -1, right = 1, top = 1, bottom = -1
152152
// z-axis towards viewer

0 commit comments

Comments
 (0)