Fix compilation error and remove warnings from examples (#380)

This commit is contained in:
aiafrasinei
2024-02-29 12:45:31 +02:00
committed by GitHub
parent bc67f42209
commit b3fea57382
5 changed files with 9 additions and 29 deletions

View File

@ -93,8 +93,6 @@ int main()
int listViewExFocus = -1;
const char *listViewExList[8] = { "This", "is", "a", "list view", "with", "disable", "elements", "amazing!" };
char multiTextBoxText[256] = "Multi text box";
bool multiTextBoxEditMode = false;
Color colorPickerValue = RED;
float sliderValue = 50.0f;