1.20.2
This commit is contained in:
parent
a18cb2a137
commit
0982c30299
5 changed files with 9 additions and 9 deletions
|
@ -25,7 +25,7 @@ public class SettingsScreen extends Screen
|
|||
@Override
|
||||
public void render(DrawContext drawContext, int mouseX, int mouseY, float delta)
|
||||
{
|
||||
this.renderBackground(drawContext);
|
||||
this.renderBackground(drawContext, mouseX, mouseY, delta);
|
||||
|
||||
// move window if dragging
|
||||
if (dragging)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue