mirror of
https://gitlab.com/2009scape/rt4-client.git
synced 2025-12-10 10:20:44 -07:00
Fix bug with plugin draw callbacks that was causing interface flickering
This commit is contained in:
parent
a8e211b5d4
commit
9750195081
1 changed files with 5 additions and 0 deletions
|
|
@ -485,6 +485,11 @@ public class Cs1ScriptRunner {
|
|||
}
|
||||
if (component.clientCode == 1405) {
|
||||
PluginRepository.Draw();
|
||||
InterfaceList.aBooleanArray100[rectangle] = true;
|
||||
InterfaceList.rectangleRedraw[rectangle] = true;
|
||||
|
||||
//Above are inauthentic changes to call plugin draws and redraw this interface. Below I have left intact all the authentic code.
|
||||
|
||||
if (!Cheat.displayFps) {
|
||||
continue;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue