X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=radiant%2Fbrushmodule.cpp;h=21cec0ee8b8ff385cc766cf8f47e452bc301c128;hb=182f62c459ad1b9e5439fd9d1f141e29c0138840;hp=da508c038abbc1e8d2a52f5ac4b84b789e7e77e2;hpb=112586a3cfc610616fca7a07ee258ff0350ad091;p=xonotic%2Fnetradiant.git diff --git a/radiant/brushmodule.cpp b/radiant/brushmodule.cpp index da508c03..21cec0ee 100644 --- a/radiant/brushmodule.cpp +++ b/radiant/brushmodule.cpp @@ -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;