]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/brushmodule.cpp
rename to toggleFormat
[xonotic/netradiant.git] / radiant / brushmodule.cpp
index da508c038abbc1e8d2a52f5ac4b84b789e7e77e2..21cec0ee8b8ff385cc766cf8f47e452bc301c128 100644 (file)
@@ -92,10 +92,10 @@ void Brush_registerPreferencesPage()
 
 void Brush_unlatchPreferences()
 {
-       Brush_toggleProjection(0);
+       Brush_toggleFormat(0);
 }
 
-void Brush_toggleProjection(int i)
+void Brush_toggleFormat(int i)
 {
        if(g_showAlternativeTextureProjectionOption)
        {
@@ -105,7 +105,7 @@ void Brush_toggleProjection(int i)
        }
 }
 
-int Brush_toggleProjectionCount()
+int Brush_toggleFormatCount()
 {
        if(g_showAlternativeTextureProjectionOption)
                return 2;