feat: add more info output

This commit is contained in:
2026-03-30 09:17:20 +08:00
parent af27f6f9a0
commit c23a7de81e
4 changed files with 13 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ void Window::update_viewport() {
void Window::init() {
if (!glfwInit()) {
Logger::error("glfwinit fail");
Logger::error("glfw init fail");
exit(EXIT_FAILURE);
}