Explorar o código

More conservative depth start number

Karl Zylinski hai 3 meses
pai
achega
020faff634
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      karl2d.odin

+ 1 - 1
karl2d.odin

@@ -1777,7 +1777,7 @@ set_font :: proc(fh: Font_Handle) {
 	fs.SetFont(&s.fs, font.fontstash_handle)
 }
 
-DEPTH_START :: -0.99
+DEPTH_START :: -1 + DEPTH_INCREMENT
 DEPTH_INCREMENT :: (1.0/10000000.0)
 
 _ :: jpeg