Corrected issue on properties reading

This commit is contained in:
Ray
2019-06-17 19:20:07 +02:00
parent 14670bc30f
commit 88972a52b0

View File

@ -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
{