Skip to content

Commit a74b4ac

Browse files
committed
Add FIXME for app slugishnes when run is false
1 parent fb2bb16 commit a74b4ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

p4_ArcanePropagatorGUI/ArcanePropagator.pde

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ class ArcanePropagator{
147147
}
148148

149149
void run(){
150+
// FIXME: App gets choppy when run is `false`
150151
if (gui.toggle("Run")){
151152
af.kernelmap(this);
152153
ar.show(this);

0 commit comments

Comments
 (0)