mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
[qwaq] Fix incorrect screen refresh
Or, at least, I think it's incorrect, since stdscr (which was being refreshed) should not be used when using panels.
This commit is contained in:
parent
5e8376340d
commit
d36a75e3de
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ arp_end (void)
|
||||||
-draw
|
-draw
|
||||||
{
|
{
|
||||||
[objects draw];
|
[objects draw];
|
||||||
[TextContext refresh];
|
[screen refresh];
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue