aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/render.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render.c b/src/render.c
index 76821f4..2338057 100644
--- a/src/render.c
+++ b/src/render.c
@@ -143,7 +143,7 @@ RenderContext *render_setup(int width, int height, int disable_vbos, int disable
} else {
r->timer_queries = 0;
fprintf(stderr, "Timer queries are not supported by your graphics card or driver\n");
- fprintf(stderr, " -> A default estimated time will be used. Framerate may be a little low.\n");
+ fprintf(stderr, " -> A default estimated time will be used. Framerate may be lower than it should.\n");
}
r->width = width;