mirror of
https://github.com/raysan5/raygui.git
synced 2026-02-03 12:49:17 -05:00
Corrected issue on properties reading
This commit is contained in:
@ -4011,7 +4011,7 @@ RAYGUIDEF void GuiLoadStyle(const char *fileName)
|
|||||||
{
|
{
|
||||||
case 'p':
|
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
|
if (controlId == 0) // DEFAULT control
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user