mirror of https://github.com/AxioDL/metaforce.git
Windows fixes
This commit is contained in:
parent
8e8ce66799
commit
7e492e0db4
|
@ -203,7 +203,7 @@ CFluidPlaneShader::BuildShader(boo::ID3DDataFactory::Context& ctx, const SFluidP
|
|||
switch (info.m_type)
|
||||
{
|
||||
case CFluidPlane::EFluidType::NormalWater:
|
||||
case CFluidPlane::EFluidType::Three:
|
||||
case CFluidPlane::EFluidType::PhazonFluid:
|
||||
case CFluidPlane::EFluidType::Four:
|
||||
if (info.m_hasLightmap)
|
||||
{
|
||||
|
@ -411,7 +411,7 @@ CFluidPlaneShader::BuildShader(boo::ID3DDataFactory::Context& ctx, const SFluidP
|
|||
|
||||
break;
|
||||
|
||||
case CFluidPlane::EFluidType::Five:
|
||||
case CFluidPlane::EFluidType::ThickLava:
|
||||
// 0: Tex0TCG, Tex0, GX_COLOR0A0
|
||||
// ZERO, TEX, KONST, RAS
|
||||
// Output reg prev
|
||||
|
|
Loading…
Reference in New Issue