fixed slider for hopefully the final fucking time. Nether Reactor fix: Need to make the array for building it all unsigned integers as now Xcode is strict about the new C++ Standards as they have changed since 2011

This commit is contained in:
deepfriedwaffles
2026-03-23 16:07:02 -04:00
parent 967080a435
commit 359a9d2620
2 changed files with 11 additions and 11 deletions

View File

@@ -3,7 +3,6 @@
#include "GuiElement.h"
#include "../../../client/Options.h"
#include "Option.h"
class Slider : public GuiElement {
typedef GuiElement super;