Skip to content

Commit

Permalink
Fix a compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshita committed Feb 18, 2024
1 parent 21e5535 commit e30d1d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ GpuParticles::PipelineStateRef GpuParticleSystem::GetOrCreatePipelineState(GpuPa
}
}

switch (key.CullingType)
switch ((Effekseer::CullingType)key.CullingType)
{
case Effekseer::CullingType::Front:
pipParams.Culling = CullingType::Clockwise;
Expand Down

0 comments on commit e30d1d1

Please sign in to comment.