summaryrefslogtreecommitdiff
path: root/test/polystar2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/polystar2.c')
-rw-r--r--test/polystar2.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/polystar2.c b/test/polystar2.c
index a843f9d..4644ed5 100644
--- a/test/polystar2.c
+++ b/test/polystar2.c
@@ -112,7 +112,10 @@ int main(int argc, char **argv)
sides += 2;
nsfb_update(nsfb, &box);
- sleepMilli(400);
+
+ if (fetype != NSFB_SURFACE_RAM) {
+ sleepMilli(400);
+ }
}
/* wait for quit event or timeout */