Merge pull request #1156 from Azaezel/alpha41/canHasCapturz

fix singular pobe capture
This commit is contained in:
Brian Roberts 2023-12-06 21:23:21 -06:00 committed by GitHub
commit b56626e8ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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