fix drawAfterWidgets

This commit is contained in:
therealunull
2020-12-15 01:14:44 -05:00
parent b396950320
commit 211bae7797
3 changed files with 4 additions and 10 deletions

View File

@@ -70,8 +70,6 @@ public interface Callbacks
*/
void drawAboveOverheads();
void drawAfterWidgets();
/**
* Client top-most draw method, rendering over top of most of game interfaces.
*