0

c_overviewer.render_loop now works with normal render mode

This commit is contained in:
Aaron Griffith
2012-01-01 23:02:30 -05:00
parent 55e83e50da
commit a69a78f412
6 changed files with 112 additions and 55 deletions

View File

@@ -24,11 +24,11 @@
that are only useful as a base for other modes. */
static RenderModeInterface *render_modes[] = {
&rendermode_normal,
&rendermode_lighting,
/*&rendermode_lighting,
&rendermode_smooth_lighting,
&rendermode_spawn,
&rendermode_cave,
&rendermode_mineral,
&rendermode_mineral,*/
NULL
};