mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-19 16:51:07 +00:00
REVIEWED: Examples comments, consistent code sections
This commit is contained in:
@@ -128,9 +128,8 @@ int main(void)
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------
|
||||
// Module Functions Definitions (local)
|
||||
// Module Functions Definition
|
||||
//--------------------------------------------------------------------------------------------
|
||||
|
||||
// Draw sphere without any matrix transformation
|
||||
// NOTE: Sphere is drawn in world position ( 0, 0, 0 ) with radius 1.0f
|
||||
void DrawSphereBasic(Color color)
|
||||
|
||||
Reference in New Issue
Block a user