diff options
Diffstat (limited to 'src/render.c')
-rw-r--r-- | src/render.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/render.c b/src/render.c index 563e16e..ae365a1 100644 --- a/src/render.c +++ b/src/render.c @@ -164,9 +164,6 @@ RenderContext *render_setup(int width, int height) { fprintf(stderr, "Shaders are not supported by your graphics card (or maybe just by its driver).\n"); fprintf(stderr, "Per-fragment lighting and GPU dynamic textures disabled.\n"); } - if ( !r->fbos && !r->shaders ) { - fprintf(stderr, "This REALLY isn't going to be as pretty as it should be. Sorry.\n"); - } r->width = width; r->height = height; |