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