diff options
Diffstat (limited to 'src/lanes.cpp')
-rw-r--r-- | src/lanes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.cpp b/src/lanes.cpp index 4b4f9a8..41450f3 100644 --- a/src/lanes.cpp +++ b/src/lanes.cpp | |||
@@ -664,7 +664,7 @@ LUAG_FUNC(configure) | |||
664 | 664 | ||
665 | STACK_CHECK(L_, 2); | 665 | STACK_CHECK(L_, 2); |
666 | DeepFactory::PushDeepProxy(DestState{ L_ }, _U->timerLinda, 0, LookupMode::LaneBody, L_); // L_: settings M timerLinda | 666 | DeepFactory::PushDeepProxy(DestState{ L_ }, _U->timerLinda, 0, LookupMode::LaneBody, L_); // L_: settings M timerLinda |
667 | lua_setfield(L_, -2, "timer_gateway"); // L_: settings M | 667 | lua_setfield(L_, -2, "timerLinda"); // L_: settings M |
668 | STACK_CHECK(L_, 2); | 668 | STACK_CHECK(L_, 2); |
669 | 669 | ||
670 | // prepare the metatable for threads | 670 | // prepare the metatable for threads |