Files
processing4/app/test/resources/bug1525.pde
jdf 7a34a25a27 Fix #1525.
Fix unit tests on non-windows systems.
2010-03-28 22:27:07 +00:00

3 lines
67 B
Plaintext

if (frameCount > (frameRate - 1)) {
println("My head asplode!");
}