Skip to content
Snippets Groups Projects
Commit 9322f3c2 authored by rorist's avatar rorist
Browse files

Only show current sample in debug mode

parent 68f6bf04
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ class EndlessSequencer(Application):
ctx.rotate(-0.45)
# CURRENT SAMPLE
if self.current_sample != None and self.current_sample < len(self.sample_names):
if self.DEBUG and self.current_sample != None and self.current_sample < len(self.sample_names):
ctx.move_to(0, 10)
ctx.rgb(*colours.RED)
ctx.font_size = 20
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment