Skip to content

Commit 335dfd1

Browse files
committed
Add OpenAL installer
Fix code conformance for NVMeshMender.h
1 parent c17c456 commit 335dfd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/oalinst.exe

791 KB
Binary file not shown.

src/utils/xrLC/NvMender2002/NVMeshMender.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,11 @@ class NVMeshMender
210210
DontWeightNormalsByFaceSize
211211
};
212212

213-
bool NVMeshMender::Munge(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
213+
bool Munge(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
214214
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f, const float* pTextureMatrix = 0,
215215
const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
216216
const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize);
217-
bool NVMeshMender::MungeD3DX(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
217+
bool MungeD3DX(const NVMeshMender::VAVector& input, NVMeshMender::VAVector& output,
218218
const float bSmoothCreaseAngleRadians = 3.141592654f / 3.0f, const float* pTextureMatrix = 0,
219219
const Option _FixTangents = FixTangents, const Option _FixCylindricalTexGen = FixCylindricalTexGen,
220220
const Option _WeightNormalsByFaceSize = WeightNormalsByFaceSize);

0 commit comments

Comments
 (0)