mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Removed warning in Shader.cpp
This commit is contained in:
parent
c67148eaf2
commit
8630c88e70
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user