mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 03:39:18 +02:00
fix: invalidate with render during day for consistency
This commit is contained in:
parent
7a968b6229
commit
3422b57b22
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ public class ConfigScreen extends Screen {
|
||||||
public void onPress() {
|
public void onPress() {
|
||||||
super.onPress();
|
super.onPress();
|
||||||
cm.setRenderDuringDay(!cm.getRenderDuringDay());
|
cm.setRenderDuringDay(!cm.getRenderDuringDay());
|
||||||
|
invalidated = true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue