Change the way the lua engine initialization functions are called
This commit is contained in:
@@ -460,7 +460,6 @@ class DiffTester {
|
||||
|
||||
public:
|
||||
DiffTester(lua_State *caller) : caller_(caller) {
|
||||
SourceDB::register_lua_builtins();
|
||||
master_L_ = LuaCoreStack::newstate(eng::l_alloc);
|
||||
synch_L_ = LuaCoreStack::newstate(eng::l_alloc);
|
||||
master_sdb_.init(master_L_);
|
||||
|
||||
Reference in New Issue
Block a user