1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fix MSVC warning C4702: unreachable code

Part of #66537.
This commit is contained in:
Rémi Verschelde
2022-09-28 16:20:29 +02:00
parent 14e1f36e61
commit 7ab01450cf
11 changed files with 34 additions and 49 deletions

View File

@@ -282,8 +282,6 @@ Ref<Image> RendererSceneRenderRD::environment_bake_panorama(RID p_env, bool p_ba
panorama->fill(panorama_color);
return panorama;
}
return Ref<Image>();
}
////////////////////////////////////////////////////////////