mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
testcolorspace.c: Fix unreachable code warning
This commit is contained in:
parent
8d6b397cd8
commit
48c3ee2120
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue