2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-05-17 07:21:43 +00:00

T5 and T6 set lmapLookupStart to 0.

This commit is contained in:
njohnson
2026-05-02 13:09:13 -04:00
committed by Jan Laupetin
parent 7d3791a404
commit 773fee4a03
2 changed files with 2 additions and 2 deletions
@@ -57,7 +57,7 @@ namespace
lightDef->attenuation.samplerState = samplerState;
lightDef->attenuation.image = imageDependency->Asset();
lightDef->lmapLookupStart = static_cast<int>(static_cast<uint8_t>(lmapLookupStart));
lightDef->lmapLookupStart = 0;
return AssetCreationResult::Success(context.AddAsset(std::move(registration)));
}