mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-04 20:17:48 +00:00
Fixing identation to use tabs
This commit is contained in:
6
vendor/raylib/raygui.odin
vendored
6
vendor/raylib/raygui.odin
vendored
@@ -44,10 +44,10 @@ GuiStyleProp :: struct {
|
||||
|
||||
// Gui control state
|
||||
GuiState :: enum c.int {
|
||||
STATE_NORMAL = 0,
|
||||
STATE_NORMAL = 0,
|
||||
STATE_FOCUSED,
|
||||
STATE_PRESSED,
|
||||
STATE_DISABLED,
|
||||
STATE_PRESSED,
|
||||
STATE_DISABLED,
|
||||
}
|
||||
|
||||
// Gui control text alignment
|
||||
|
||||
Reference in New Issue
Block a user