Fixed rendering test.rhai

This commit is contained in:
STP
2023-11-20 00:14:00 -05:00
parent 1afb1a8e19
commit 47276e1bdc
6 changed files with 42 additions and 32 deletions

View File

@@ -22,6 +22,7 @@ use nalgebra::Vector3;
fn main() {
env_logger::init();
env::set_var("RUST_BACKTRACE", "1");
run();
}