Fix typo.
This commit is contained in:
parent
6ea5ed17f4
commit
23cd4d0f6a
@ -76,7 +76,7 @@ pub fn main() {
|
||||
states.insert("bool_state".into(), Dynamic::FALSE);
|
||||
|
||||
// Add the main states-holding object map and call it 'state'
|
||||
scope.push("state", Map::new());
|
||||
scope.push("state", states);
|
||||
|
||||
// Compile the handler script.
|
||||
println!("> Loading script file: {}", path);
|
||||
|
Loading…
Reference in New Issue
Block a user