Skip to content
Snippets Groups Projects
Commit 5af87860 authored by Eric Mika's avatar Eric Mika
Browse files

Fix botched find / replace.

parent 6b80fdb1
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ public class OPC implements Runnable
thread = new Thread(this);
thread.start();
this.enableShowLocations = true;
parent.parent.registerMethod("draw", this);(this);
parent.parent.registerMethod("draw", this);
}
// Set the location of a single LED
......
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