Skip to content
Snippets Groups Projects
Commit fbf21bb9 authored by DarkGod's avatar DarkGod
Browse files

fix

parent 7dd94606
No related branches found
No related tags found
1 merge request!248More fixes
......@@ -240,7 +240,7 @@ function _M:update()
end
function _M:display(display_x, display_y, nb_keyframes)
if config.settings.hide_gestures then return end
if config.settings.hide_gestures or not nb_keyframes then return end
local intensity = 0.6
if self.gestures[self.gesture] then intensity = 1 end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment