mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Corrected issue on properties reading
This commit is contained in:
@ -4011,7 +4011,7 @@ RAYGUIDEF void GuiLoadStyle(const char *fileName)
|
||||
{
|
||||
case 'p':
|
||||
{
|
||||
sscanf(buffer, "p %d %d %d", &controlId, &propertyId, &propertyValue);
|
||||
sscanf(buffer, "p %d %d 0x%x", &controlId, &propertyId, &propertyValue);
|
||||
|
||||
if (controlId == 0) // DEFAULT control
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user