Skip to content

Commit

Permalink
Update minimap.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Cthulhu80 authored Dec 21, 2023
1 parent 3ca6df6 commit 4d689cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ SUBSYSTEM_DEF(minimaps)

switch(action)
if("menuSelect")
if(params["selection"] != "new canvas")
if(params["selection"] != "Canvas")
if(updated_canvas)
updated_canvas = FALSE
toolbar_updated_selection = toolbar_color_selection // doing this if it == canvas can cause a latency issue with the stroke.
Expand Down

0 comments on commit 4d689cf

Please sign in to comment.