aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.zig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.zig b/src/main.zig
index 3cec2c7..1ba1b26 100644
--- a/src/main.zig
+++ b/src/main.zig
@@ -126,11 +126,6 @@ pub fn main() !void {
last_stat = stat;
}
- if (try cache.get("offset\x00")) |offset| {
- offset.value.FLOAT += 0.01;
- offset.setShaderValue(main_program);
- }
-
control.update();
fbo.bind();