removed commented hack
This commit is contained in:
parent
5168db109f
commit
2ee112a132
1 changed files with 0 additions and 3 deletions
3
lua.cpp
3
lua.cpp
|
@ -3012,9 +3012,6 @@ static void Display() {
|
|||
if (g_engine->getFlipEnable()) {
|
||||
g_driver->flipBuffer();
|
||||
}
|
||||
// refreshDrawMode ensures that the blinking cursor
|
||||
// for the "text entry" renders correctly
|
||||
//g_engine->refreshDrawMode(); -- disabled above hack
|
||||
}
|
||||
|
||||
static void EngineDisplay() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue