also refactored the chunk system to be lighter

This commit is contained in:
Alexandre 2024-07-02 18:51:12 +02:00
parent a92fdaaa2d
commit 2585ec0556
4 changed files with 1 additions and 1 deletions

BIN
a.out

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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" ;;
(* ------------------------------------------------------------- *)
(* ------------------------------------------------------------- *)