Skip to content

Commit

Permalink
Merge pull request #8 from dingdio/dimmer_fix
Browse files Browse the repository at this point in the history
fix dimmer object
  • Loading branch information
nikich340 authored Sep 27, 2022
2 parents 319d6fb + b2aec59 commit c4dd5ee
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 c4dd5ee

Please sign in to comment.