Fix some times of day changing the void temperature
This commit is contained in:
parent
0692f961e5
commit
4f25d3f0d4
@ -174,7 +174,7 @@ public sealed unsafe class Plugin : IDalamudPlugin
|
||||
dest->SkyId == 0 &&
|
||||
dest->Clouds.Gradient == 0.5f &&
|
||||
dest->Lighting._unk1 == 0.5f &&
|
||||
dest->Lighting.Temperature == 0.6f &&
|
||||
Math.Abs(dest->Lighting.Temperature - 0.6f) < 0.01f &&
|
||||
dest->Lighting._unk2 == 0.5f &&
|
||||
dest->Fog.Color == new Vector4(0, 0, 0, 0) &&
|
||||
dest->Fog.Distance == 0.0f &&
|
||||
|
@ -3,7 +3,7 @@
|
||||
<PropertyGroup>
|
||||
<Authors>0x0ade</Authors>
|
||||
<Company></Company>
|
||||
<Version>0.1.0.8</Version>
|
||||
<Version>0.1.0.9</Version>
|
||||
<Description></Description>
|
||||
<Copyright></Copyright>
|
||||
<PackageProjectUrl></PackageProjectUrl>
|
||||
|
Loading…
Reference in New Issue
Block a user