Skip to content

Commit

Permalink
fix dimmer object
Browse files Browse the repository at this point in the history
  • Loading branch information
dingdio committed Sep 8, 2022
1 parent 319d6fb commit b2aec59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace WolvenKit.CR2W.Types
class SBlockDataDimmer : CVariable
{
[Ordinal(0)] [RED] public CFloat ambienLevel { get; set; }
[Ordinal(1)] [RED] public CUInt16 marginFactor { get; set; }
[Ordinal(1)] [RED] public CFloat marginFactor { get; set; }
[Ordinal(2)] [RED] public CUInt8 dimmerType { get; set; }
[Ordinal(3)] [RED] public CUInt8 paddin1 { get; set; }
[Ordinal(4)] [RED] public CUInt16 paddin2 { get; set; }
Expand Down

0 comments on commit b2aec59

Please sign in to comment.