Running OK with luaconsole.cpp
This commit is contained in:
@@ -60,8 +60,8 @@ void LuaConsole::add(std::string line) {
|
||||
state_ = STATE_SYNTAX;
|
||||
}
|
||||
} else {
|
||||
state_ = STATE_COMPLETE;
|
||||
syntax_ = "";
|
||||
state_ = STATE_COMPLETE;
|
||||
}
|
||||
lua_settop(lua_state_, top);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user