mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-15 16:58:01 +00:00
HPL1: fix warnings
This commit is contained in:
parent
42f30493ee
commit
5cce4db808
@ -430,7 +430,6 @@ bool cParticleEmitterData3D_UserData::CheckCollision(const cVector3f &avStart,
|
||||
iPhysicsWorld *apPhysicsWorld,
|
||||
cVector3f *apNormalVec,
|
||||
cVector3f *apPosVec) {
|
||||
cVector3f vNormal;
|
||||
mfShortestDist = 99999.0f;
|
||||
mbIntersected = false;
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
|
||||
namespace hpl {
|
||||
|
||||
static const cMatrixf g_mtxTextureUnitFix(0.5f, 0, 0, 0.5f,
|
||||
static constexpr cMatrixf g_mtxTextureUnitFix(0.5f, 0, 0, 0.5f,
|
||||
0, -0.5f, 0, 0.5f,
|
||||
0, 0, 0.5f, 0.5f,
|
||||
0, 0, 0, 1.0f);
|
||||
|
Loading…
x
Reference in New Issue
Block a user