Reviewed some comments

This commit is contained in:
Ray 2020-01-08 18:21:08 +01:00
parent 6d56c99a37
commit 4211056354
4 changed files with 53 additions and 69 deletions

View file

@ -58,8 +58,8 @@
//----------------------------------------------------------------------------------
// Global Variables Definition
//----------------------------------------------------------------------------------
static Texture2D texShapes = { 0 };
static Rectangle recTexShapes = { 0 };
static Texture2D texShapes = { 0 }; // Texture used on shapes drawing (usually a white)
static Rectangle recTexShapes = { 0 }; // Texture source rectangle used on shapes drawing
//----------------------------------------------------------------------------------
// Module specific Functions Declaration