]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/menu.qc
Inform the slider properly.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / menu.qc
index 312a2dc2cbfb80aaa26296a656ac16de0d23d27f..eb68729bad9bacc5d80e5d80b4602dea51c91192 100644 (file)
@@ -22,7 +22,7 @@ float conwidth_s, conheight_s, vidwidth_s, vidheight_s, vidpixelheight_s,
 void m_sync()
 {
        updateCompression();
-       vidwidth_s = vidheight_s = vidpixelheight_s = 0;
+       vidwidth_s = vidheight_s = vidpixelheight_s = 0;  // Force updateConwidths on next draw.
 
        loadAllCvars(main);
 }