Fixed issue where the brush type select popup window chose brush type for the right tool instead of the left

This commit is contained in:
OverloadedOrama 2019-12-16 02:02:49 +02:00
parent ed42cdaef1
commit 6c14a7d5e2
3 changed files with 5 additions and 1 deletions

View file

@ -86,6 +86,8 @@ var right_brush_size := 1
var current_left_brush_type = BRUSH_TYPES.PIXEL
# warning-ignore:unused_class_variable
var current_right_brush_type = BRUSH_TYPES.PIXEL
# warning-ignore:unused_class_variable
var brush_type_window_position := "left"
var brushes_from_files := 0
# warning-ignore:unused_class_variable