Fix some times of day changing the void temperature

This commit is contained in:
Jade Macho 2024-08-18 14:42:24 +02:00
parent 0692f961e5
commit 4f25d3f0d4
Signed by: 0x0ade
GPG Key ID: E1960710FE4FBEEF
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ public sealed unsafe class Plugin : IDalamudPlugin
dest->SkyId == 0 && dest->SkyId == 0 &&
dest->Clouds.Gradient == 0.5f && dest->Clouds.Gradient == 0.5f &&
dest->Lighting._unk1 == 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->Lighting._unk2 == 0.5f &&
dest->Fog.Color == new Vector4(0, 0, 0, 0) && dest->Fog.Color == new Vector4(0, 0, 0, 0) &&
dest->Fog.Distance == 0.0f && dest->Fog.Distance == 0.0f &&

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<Authors>0x0ade</Authors> <Authors>0x0ade</Authors>
<Company></Company> <Company></Company>
<Version>0.1.0.8</Version> <Version>0.1.0.9</Version>
<Description></Description> <Description></Description>
<Copyright></Copyright> <Copyright></Copyright>
<PackageProjectUrl></PackageProjectUrl> <PackageProjectUrl></PackageProjectUrl>