mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-07 22:59:17 -05:00
formatting
This commit is contained in:
@ -96,7 +96,6 @@ int main(void)
|
||||
// Draw triangle with lines
|
||||
rlBegin(RL_LINES);
|
||||
// Three lines, six points
|
||||
|
||||
// Define color for next vertex
|
||||
rlColor4ub(255, 0, 0, 255);
|
||||
// Define vertex
|
||||
|
||||
Reference in New Issue
Block a user