mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-07 03:48:15 +00:00
fix: small things in CONVENTIONS.md (#2536)
This commit is contained in:
@@ -52,7 +52,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)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -92,4 +92,3 @@ resources/characters/enemy_slime.png
|
||||
resources/common/font_arial.ttf
|
||||
resources/common/gui.png
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user