]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add back a missing indent
authorRudolf Polzer <divverent@alientrap.org>
Thu, 26 Jan 2012 12:30:00 +0000 (13:30 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 26 Jan 2012 12:30:00 +0000 (13:30 +0100)
qcsrc/menu/xonotic/dialog_settings_video.c

index 5d4133435b551b06096365af406fd1f36c16b35e..1febacfc1f68d29f5852b567a4c9dcdd1a6d9725 100644 (file)
@@ -122,6 +122,7 @@ void XonoticVideoSettingsTab_fill(entity me)
        me.TR(me);
                me.TD(me, 1, 3, e = makeXonoticCheckBox(0, "vid_gl20", _("Use OpenGL 2.0 shaders (GLSL)")));
        me.TR(me);
+               me.TDempty(me);
                me.TD(me, 1, 2.8, e = makeXonoticCheckBox(0, "v_glslgamma", _("Use GLSL to handle color control")));
                        setDependent(e, "vid_gl20", 1, 1);
        me.TR(me);