1
0
mirror of synced 2025-01-19 01:14:08 +01:00

Reset specular map properly if cleared

This commit is contained in:
KillzXGaming 2019-05-17 20:40:19 -04:00
parent bffd69b81f
commit 7f582adbaf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -546,7 +546,7 @@ namespace Toolbox
case "specularCubemapPathTB":
specularCubemapPathTB.Text = "";
Runtime.PBR.SpecularCubeMapPath = "";
RenderTools.ResetDiffuseCubeMap();
RenderTools.ResetSpecularCubeMap();
break;
case "mk8DPathTB":
mk8DPathTB.Text = "";