瀏覽代碼

sokol_app.h x11: fix typo in new log message

Andre Weissflog 2 年之前
父節點
當前提交
97dc77d8f5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sokol_app.h

+ 1 - 1
sokol_app.h

@@ -10295,7 +10295,7 @@ _SOKOL_PRIVATE void _sapp_x11_query_system_dpi(void) {
     // fallback if querying DPI had failed: assume the standard DPI 96.0f
     // fallback if querying DPI had failed: assume the standard DPI 96.0f
     if (!dpi_ok) {
     if (!dpi_ok) {
         _sapp.x11.dpi = 96.0f;
         _sapp.x11.dpi = 96.0f;
-        SAPP_LOG("sokol_app.h: failed to system dpi value, assuming default 96.0");
+        SAPP_LOG("sokol_app.h: failed to query system dpi value, assuming default 96.0");
     }
     }
 }
 }