we can't use the setlistener() wrapper here, but need the real thing
This commit is contained in:
parent
f61969ed01
commit
977910c258
1 changed files with 1 additions and 1 deletions
|
@ -475,7 +475,7 @@ Data = {
|
|||
};
|
||||
|
||||
var data = nil;
|
||||
setlistener("/sim/signals/nasal-dir-initialized", func {
|
||||
_setlistener("/sim/signals/nasal-dir-initialized", func {
|
||||
data = Data.new();
|
||||
Data.new = func { die("illegal attempt to call Data.new()") }
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue