From 88b21dd5afedb0c1c58cf9344f2591022b86682c Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Sat, 19 Sep 2026 03:15:10 +0700 Subject: [PATCH] sand.flan keeps the experiment out of the tree Two half-typed lines went in with an unrelated keybinding commit and left the tree not checking. They are the arena-at-top-level experiment and they belong in a working tree, not in history. --- sand.flan | 3 --- 1 file changed, 3 deletions(-) diff --git a/sand.flan b/sand.flan index e26c606..5b28a81 100644 --- a/sand.flan +++ b/sand.flan @@ -180,9 +180,6 @@ (rl/get-color c)))))) (rl/draw-fps 20 20)) -(defvar frame Allocator (arena-new 262144)) -(defvar game-data (embed (with-allocator frame ))) - (defn main [] () (rl/set-trace-log-level :warning) (rl/init-window screen-width screen-height "SAND")