Removed warning in Shader.cpp

This commit is contained in:
Laurent Gomila 2011-12-29 19:24:47 +01:00
parent c67148eaf2
commit 8630c88e70

View File

@ -341,6 +341,9 @@ int main()
current++; current++;
description.SetString("Current effect: " + effects[current]->GetName()); description.SetString("Current effect: " + effects[current]->GetName());
break; break;
default:
break;
} }
} }
} }