mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-23 02:43:30 +08:00
testcolorspace.c: Fix unreachable code warning
This commit is contained in:
parent
8d6b397cd8
commit
48c3ee2120
@ -126,10 +126,6 @@ static void PrevRenderer(void)
|
||||
|
||||
static void NextStage(void)
|
||||
{
|
||||
if (StageCount <= 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
++stage_index;
|
||||
if (stage_index == StageCount) {
|
||||
stage_index = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user