Преглед изворни кода

Add missing trailing comma

Jason Olson пре 1 година
родитељ
комит
d00057c803
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      vendor/raylib/raygui.odin

+ 1 - 1
vendor/raylib/raygui.odin

@@ -111,7 +111,7 @@ GuiDefaultProperty :: enum c.int {
 	BACKGROUND_COLOR,           // Background color
 	TEXT_LINE_SPACING,          // Text spacing between lines
 	TEXT_ALIGNMENT_VERTICAL,    // Text vertical alignment inside text bounds (after border and padding)
-	TEXT_WRAP_MODE              // Text wrap-mode inside text bounds
+	TEXT_WRAP_MODE,             // Text wrap-mode inside text bounds
 }
 
 // Label