mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Add missing trailing comma
This commit is contained in:
2
vendor/raylib/raygui.odin
vendored
2
vendor/raylib/raygui.odin
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user