瀏覽代碼

minor tweaks

Ray 3 年之前
父節點
當前提交
ec3a7a414d
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      src/raygui.h

+ 1 - 3
src/raygui.h

@@ -257,7 +257,7 @@
         float y;
         float y;
     } Vector2;
     } Vector2;
 
 
-    // Vector3 type                 // -- ConvertHSVtoRGB(), ConvertRGBtoHSV()
+    // Vector3 type             // -- ConvertHSVtoRGB(), ConvertRGBtoHSV()
     typedef struct Vector3 {
     typedef struct Vector3 {
         float x;
         float x;
         float y;
         float y;
@@ -1206,7 +1206,6 @@ static int GetCharPressed(void);         // -- GuiTextBox(), GuiTextBoxMulti(),
 // Drawing required functions
 // Drawing required functions
 //-------------------------------------------------------------------------------
 //-------------------------------------------------------------------------------
 static void DrawRectangle(int x, int y, int width, int height, Color color);        // -- GuiDrawRectangle(), GuiDrawIcon()
 static void DrawRectangle(int x, int y, int width, int height, Color color);        // -- GuiDrawRectangle(), GuiDrawIcon()
-
 static void DrawRectangleGradientEx(Rectangle rec, Color col1, Color col2, Color col3, Color col4); // -- GuiColorPicker()
 static void DrawRectangleGradientEx(Rectangle rec, Color col1, Color col2, Color col3, Color col4); // -- GuiColorPicker()
 //-------------------------------------------------------------------------------
 //-------------------------------------------------------------------------------
 
 
@@ -1218,7 +1217,6 @@ static Texture2D LoadTextureFromImage(Image image);         // -- GuiLoadStyle()
 static void SetShapesTexture(Texture2D tex, Rectangle rec); // -- GuiLoadStyle()
 static void SetShapesTexture(Texture2D tex, Rectangle rec); // -- GuiLoadStyle()
 static char *LoadFileText(const char *fileName);            // -- GuiLoadStyle()
 static char *LoadFileText(const char *fileName);            // -- GuiLoadStyle()
 static const char *GetDirectoryPath(const char *filePath);  // -- GuiLoadStyle()
 static const char *GetDirectoryPath(const char *filePath);  // -- GuiLoadStyle()
-
 static Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing);   // -- GetTextWidth(), GuiTextBoxMulti()
 static Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing);   // -- GetTextWidth(), GuiTextBoxMulti()
 static void DrawTextEx(Font font, const char *text, Vector2 position, float fontSize, float spacing, Color tint);  // -- GuiDrawText()
 static void DrawTextEx(Font font, const char *text, Vector2 position, float fontSize, float spacing, Color tint);  // -- GuiDrawText()
 //-------------------------------------------------------------------------------
 //-------------------------------------------------------------------------------