rename to toggleFormat

This commit is contained in:
Rudolf Polzer
2010-10-10 13:54:01 +02:00
parent 112586a3cf
commit 182f62c459
3 changed files with 7 additions and 7 deletions

View 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;