mirror of
https://github.com/sojamo/controlp5
synced 2024-11-22 14:07:55 +01:00
Fix the example
This commit is contained in:
parent
665b0c1aa5
commit
24acdab261
@ -36,7 +36,7 @@ void draw() {
|
||||
}
|
||||
|
||||
void icon(boolean theValue) {
|
||||
println("got an event for icon", theValue);
|
||||
println("got an event for icon" + theValue);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user