Skip to content

Commit 9413d5a

Browse files
committed
FIX EX_17
1 parent 006d001 commit 9413d5a

File tree

1 file changed

+1
-1
lines changed
  • examples_tests/17.SimpleBulletIntegration

1 file changed

+1
-1
lines changed

examples_tests/17.SimpleBulletIntegration/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ class BulletSampleApp : public ApplicationBase
695695

696696
// Camera
697697
core::vectorSIMDf cameraPosition(0, 5, -10);
698-
matrix4SIMD proj = matrix4SIMD::buildProjectionMatrixPerspectiveFovRH(core::radians(60), float(WIN_W) / WIN_H, 0.01f, 500.0f);
698+
core::matrix4SIMD proj = core::matrix4SIMD::buildProjectionMatrixPerspectiveFovRH(core::radians(60), float(WIN_W) / WIN_H, 0.01f, 500.0f);
699699
m_cam = std::make_unique<Camera>(cameraPosition, core::vectorSIMDf(0, 0, 0), proj);
700700

701701
logicalDevice->createCommandBuffers(graphicsCommandPool.get(), video::IGPUCommandBuffer::EL_PRIMARY, FRAMES_IN_FLIGHT, m_cmdbuf);

0 commit comments

Comments
 (0)