mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
Make the text input box fields public. They weren't for some reason
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
void onClick(int x, int y);
|
||||
bool clicked(int x, int y);
|
||||
|
||||
private:
|
||||
public:
|
||||
int m_ID = 0;
|
||||
int m_xPos = 0;
|
||||
int m_yPos = 0;
|
||||
|
||||
Reference in New Issue
Block a user