Karl Zylinski 6 달 전
부모
커밋
ea8926a237
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      karl2d.odin

+ 1 - 0
karl2d.odin

@@ -188,6 +188,7 @@ set_window_size :: proc(width: int, height: int) {
 }
 
 // Fetch the scale of the window. This usually comes from some DPI scaling setting in the OS.
+// 1 means 100% scale, 1.5 means 150% etc.
 get_window_scale :: proc() -> f32 {
 	return win.get_window_scale()
 }