]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/xonotic/colorbutton.qc
Merge branch 'master' into Lyberta/WaypointIcons
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / colorbutton.qc
index 6675c1aee789ec2b0ab1291e3fce46bd423347f8..f9db47f99a2a6c2646f9c874ab660087581ee945 100644 (file)
@@ -69,7 +69,6 @@ void XonoticColorButton_saveCvars(entity me)
                else
                        cvar_set(me.cvarName, ftos((cvar(me.cvarName) & 240) + me.cvarValueFloat));
        }
-       // TODO on an apply button, read _cl_color and execute the color command for it
 }
 void XonoticColorButton_draw(entity me)
 {