fix smol ui bug
This commit is contained in:
parent
bfc0c6cc39
commit
4ffcbdab19
@ -259,7 +259,7 @@ draw_tools_tab :: (theme: *GR.Overall_Theme, total_r: GR.Rect) {
|
|||||||
groundType = .WATER;
|
groundType = .WATER;
|
||||||
}
|
}
|
||||||
r.y += r.h;
|
r.y += r.h;
|
||||||
if GR.button(r, "Sand", *t_button_selectable(theme, groundType == .WATER)) {
|
if GR.button(r, "Sand", *t_button_selectable(theme, groundType == .SAND)) {
|
||||||
groundType = .SAND;
|
groundType = .SAND;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user