mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-05-16 23:11:42 +00:00
T5 and T6 set lmapLookupStart to 0.
This commit is contained in:
@@ -57,7 +57,7 @@ namespace
|
|||||||
|
|
||||||
lightDef->attenuation.samplerState = samplerState;
|
lightDef->attenuation.samplerState = samplerState;
|
||||||
lightDef->attenuation.image = imageDependency->Asset();
|
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)));
|
return AssetCreationResult::Success(context.AddAsset(std::move(registration)));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ namespace
|
|||||||
|
|
||||||
lightDef->attenuation.samplerState = samplerState;
|
lightDef->attenuation.samplerState = samplerState;
|
||||||
lightDef->attenuation.image = imageDependency->Asset();
|
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)));
|
return AssetCreationResult::Success(context.AddAsset(std::move(registration)));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user