Skip to content

Commit

Permalink
Changed value of layer.draw_center to false (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmjadHD authored Jan 27, 2022
1 parent 178db65 commit e8b9ec6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
},
{
"trigger": "layer.draw_center",
"contents": "\"layer${1:0}.draw_center\": ${0:true},",
"contents": "\"layer${1:0}.draw_center\": ${0:false},",
"kind": ["keyword", "k", "property"],
},
{
Expand Down

0 comments on commit e8b9ec6

Please sign in to comment.