summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorMica White <botahamec@outlook.com>2026-07-07 22:45:22 -0400
committerMica White <botahamec@outlook.com>2026-07-07 22:45:22 -0400
commita9977e7fabeb06a6f21824cc4a41b36ea39f6799 (patch)
tree86b586fa8b8a312b2e4d2e5800260fc98430b91b /src/main.rs
parent07018cb37b278dbd73c864a662454f1cf9d33457 (diff)
Full host environment
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 2978393..f5c869e 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -32,6 +32,7 @@ fn main() {
buffer: &mut buffer,
input: &input,
time: &time,
+ operation_queue: Vec::new(),
};
switch_scenes(
@@ -59,6 +60,7 @@ fn main() {
buffer,
input: &input,
time: &time,
+ operation_queue: Vec::new(),
};
scripts.run_scripts(&mut context, &wasm_runner, &mut files);
input.reset_next_frame();