Fixed warning C4702: unreachable code

This commit is contained in:
Sam Lantinga
2024-12-12 15:43:42 -08:00
parent 63a498c966
commit 1944bc7407

View File

@@ -6737,7 +6737,6 @@ static bool D3D12_ClaimWindow(
}
} else {
SET_STRING_ERROR_AND_RETURN("Window already claimed", false);
return false;
}
}