File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -900,7 +900,6 @@ pl_renderer_cleanup_scene(plScene* ptScene)
900900 gptGfx -> queue_texture_for_deletion (gptData -> ptDevice , ptScene -> tShadowTexture );
901901 gptGfx -> queue_render_pass_for_deletion (gptData -> ptDevice , ptScene -> tShadowRenderPass );
902902 gptGfx -> queue_render_pass_for_deletion (gptData -> ptDevice , ptScene -> tFirstShadowRenderPass );
903- gptShaderVariant -> unload_manifest ("/shaders/shaders.pls" );
904903
905904 if (ptScene -> tSkyboxTexture .uIndex != 0 )
906905 {
@@ -1493,6 +1492,7 @@ pl_renderer_cleanup(void)
14931492 gptGfx -> cleanup_draw_stream (& gptData -> tDrawStream );
14941493
14951494 pl_sb_free (gptData -> sbptScenes );
1495+ gptShaderVariant -> unload_manifest ("/shaders/shaders.pls" );
14961496 gptResource -> cleanup ();
14971497 gptGfx -> flush_device (gptData -> ptDevice );
14981498
You can’t perform that action at this time.
0 commit comments