aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom White <weiss@simba.(none)>2008-08-14 21:31:57 +0100
committerTom White <weiss@simba.(none)>2008-08-14 21:31:57 +0100
commit990e02a2f06d4823668997b5b6dd60024f38124a (patch)
treeeeb36fd57b6ff501bae97019441c788e52733d69
parent3f30bd7f8ca165fa43ab6c6c472d529cfa00ad31 (diff)
EXT_timer_query warning fussiness
-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;