fix singular pobe capture

This commit is contained in:
AzaezelX 2023-12-06 21:06:26 -06:00
parent 674a7a0212
commit 62e23d10b4

View file

@ -797,7 +797,9 @@ void ReflectionProbe::bake()
if (mReflectionModeType != BakedCubemap)
return;
PROBEMGR->preBake();
PROBEMGR->bakeProbe(this);
PROBEMGR->postBake();
setMaskBits(-1);
}