mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-06-01 03:52:53 +00:00
fix: readjust VideoSettingsScreen ITEM_COUNT
This commit is contained in:
parent
238b001910
commit
3653b7b465
|
|
@ -7,7 +7,7 @@
|
|||
#include "../../../Minecraft.World/Headers/net.minecraft.locale.h"
|
||||
|
||||
// 4jcraft
|
||||
#define ITEM_COUNT 11
|
||||
#define ITEM_COUNT 10
|
||||
|
||||
VideoSettingsScreen::VideoSettingsScreen(Screen* lastScreen, Options* options) {
|
||||
this->title = L"Video Settings"; // 4J - added
|
||||
|
|
|
|||
Loading…
Reference in a new issue