ui fixes
This commit is contained in:
@@ -342,6 +342,8 @@ function ui_view2d_render() {
|
||||
|
||||
if (ui_view2d_type == view_2d_type_t.ASSET && tex != null) { // Texture resolution
|
||||
ui_text(tex.width + "x" + tex.height);
|
||||
ui._x += ew * 0.7 + 3;
|
||||
ui._y = 2 + start_y;
|
||||
}
|
||||
|
||||
ui.enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user