mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 11:58:12 +00:00
Fixed warning C4702: unreachable code
This commit is contained in:
@@ -6737,7 +6737,6 @@ static bool D3D12_ClaimWindow(
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
SET_STRING_ERROR_AND_RETURN("Window already claimed", false);
|
SET_STRING_ERROR_AND_RETURN("Window already claimed", false);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user