Update the examples to match the latest raygui.h (#184)

This commit is contained in:
Rob Loach
2022-03-14 17:20:20 -04:00
committed by GitHub
parent 6789281386
commit 151c4c5dce
5 changed files with 13 additions and 13 deletions

View File

@ -74,7 +74,7 @@ int main()
ClearBackground(GetColor(GuiGetStyle(DEFAULT, BACKGROUND_COLOR)));
GuiGrid((Rectangle){0, 0, screenWidth, screenHeight},20.0f, 2); // Draw a fancy grid
GuiGrid((Rectangle){0, 0, screenWidth, screenHeight}, "Property List", 20.0f, 2); // Draw a fancy grid
GuiDMPropertyList((Rectangle){(screenWidth - 180)/2, (screenHeight - 280)/2, 180, 280}, prop, SIZEOF(prop), &focus, &scroll);