mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
typo in parenthesis
@ -48,7 +48,7 @@ switch (value)
|
||||
```
|
||||
- All conditions checks are always between parenthesis but not boolean values:
|
||||
```c
|
||||
if ((value > 1) && (value < 50) && valueActive))
|
||||
if ( (value > 1) && (value < 50) && valueActive )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user