also refactored the chunk system to be lighter
This commit is contained in:
parent
a92fdaaa2d
commit
2585ec0556
BIN
display.cmi
BIN
display.cmi
Binary file not shown.
BIN
display.cmo
BIN
display.cmo
Binary file not shown.
|
@ -111,7 +111,7 @@ let parse_texture filename =
|
|||
tex
|
||||
| exn -> close_in ptr ; raise exn ;;
|
||||
|
||||
let stone = parse_texture "output.txt" ;;
|
||||
let stone = parse_texture "texture404.txt" ;;
|
||||
|
||||
(* ------------------------------------------------------------- *)
|
||||
(* ------------------------------------------------------------- *)
|
||||
|
|
Loading…
Reference in New Issue