Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Hertz-Lab
Research
Intelligent Museum
Language Identifier
Commits
4a12e1af
Commit
4a12e1af
authored
Sep 06, 2021
by
Dan Wilcox
Browse files
fixed autostop toggle key not working
parent
6304c262
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ofApp.cpp
View file @
4a12e1af
...
...
@@ -322,10 +322,10 @@ void ofApp::keyPressed(int key) {
break
;
case
'a'
:
if
(
autostop
)
{
en
ableAutostop
();
dis
ableAutostop
();
}
else
{
dis
ableAutostop
();
en
ableAutostop
();
}
break
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment