- Alexis Bory: use io.read_properties() instead of fgcommand(load).
This commit is contained in:
parent
763860f42c
commit
ea43922437
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ var load_data = func {
|
|||
|
||||
var init = func {
|
||||
print("Initializing Radar Data");
|
||||
fgcommand("load", props.Node.new({ "file": data_path }));
|
||||
io.read_properties(data_path, props.globals);
|
||||
load_data();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue