paint: fix brush update
This commit is contained in:
@@ -158,6 +158,11 @@ void render_path_base_commands(void (*draw_commands)(void)) {
|
|||||||
if (render_path_base_is_cached()) {
|
if (render_path_base_is_cached()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (base_ui_enabled) {
|
||||||
|
util_brush_update();
|
||||||
|
}
|
||||||
|
|
||||||
render_path_base_begin();
|
render_path_base_begin();
|
||||||
|
|
||||||
render_path_paint_begin();
|
render_path_paint_begin();
|
||||||
|
|||||||
@@ -222,7 +222,6 @@ void ui_base_update(void *_) {
|
|||||||
util_touch_update();
|
util_touch_update();
|
||||||
util_stencil_transform();
|
util_stencil_transform();
|
||||||
util_select_update();
|
util_select_update();
|
||||||
util_brush_update();
|
|
||||||
util_layer_update_preview();
|
util_layer_update_preview();
|
||||||
util_shortcut_undo_redo();
|
util_shortcut_undo_redo();
|
||||||
util_shortcut_global();
|
util_shortcut_global();
|
||||||
|
|||||||
Reference in New Issue
Block a user