quick fix some graphical bugs
this isn't right but should suffice in practice most of the time
This commit is contained in:
parent
7ffa605b28
commit
f1fc05fe60
Binary file not shown.
|
@ -50,7 +50,8 @@ auto RDP::render() -> void {
|
|||
#endif
|
||||
|
||||
#if defined(ANGRYLION_RDP)
|
||||
command.current = angrylion::ProcessRDPList();
|
||||
angrylion::ProcessRDPList();
|
||||
command.current = command.end;
|
||||
return;
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 5dc6921aba40fcc94e9578e93a16ab8ba402d0f8
|
||||
Subproject commit fd4173287f22271908b82148470e4e1e34707228
|
Loading…
Reference in New Issue