set the redraw to non-tiled by default. people can play with these settings if they are low on memory.

This commit is contained in:
Chris Young 2012-09-22 22:33:52 +01:00
parent 1d9d046750
commit 6efada5a85
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@
.cairo_renderer = 1, \
.direct_render = false, \
.window_simple_refresh = false, \
.redraw_tile_size_x = 400, \
.redraw_tile_size_y = 150, \
.redraw_tile_size_x = 0, \
.redraw_tile_size_y = 0, \
.monitor_aspect_x = 0, \
.monitor_aspect_y = 0, \
.accept_lang_locale = true, \