diff options
| author | Falkreon <falkreon@gmail.com> | 2019-08-04 05:08:39 -0500 |
|---|---|---|
| committer | Falkreon <falkreon@gmail.com> | 2019-08-04 05:09:05 -0500 |
| commit | 13ea372688a0624fc02b3490b19a508a6f32b9ad (patch) | |
| tree | b301a410e3ba451e51828911d2f2cc326b3201c4 | |
| parent | b62dc5059d062b6b6ebb8a1f122e7392d2fa85ba (diff) | |
| download | LibGui-13ea372688a0624fc02b3490b19a508a6f32b9ad.tar.gz LibGui-13ea372688a0624fc02b3490b19a508a6f32b9ad.tar.bz2 LibGui-13ea372688a0624fc02b3490b19a508a6f32b9ad.zip | |
Call addPainters on client screens
| -rw-r--r-- | src/main/java/io/github/cottonmc/cotton/gui/client/ClientCottonScreen.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/cottonmc/cotton/gui/client/ClientCottonScreen.java b/src/main/java/io/github/cottonmc/cotton/gui/client/ClientCottonScreen.java index e93ab2a..deecbee 100644 --- a/src/main/java/io/github/cottonmc/cotton/gui/client/ClientCottonScreen.java +++ b/src/main/java/io/github/cottonmc/cotton/gui/client/ClientCottonScreen.java @@ -37,7 +37,7 @@ public class ClientCottonScreen extends Screen { super.init(client, screenWidth, screenHeight); - + description.addPainters(); reposition(screenWidth, screenHeight); } |
