From db891edaf8ab8a0b0cab0fd30cb6b322c88aae79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 21 May 2017 10:32:35 -0700 Subject: [PATCH] Cleanup. --- examples/32-particles/particles.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/32-particles/particles.cpp b/examples/32-particles/particles.cpp index e201938b7..7b6b410b7 100644 --- a/examples/32-particles/particles.cpp +++ b/examples/32-particles/particles.cpp @@ -327,7 +327,6 @@ class Particles : public entry::AppI bgfx::dbgTextPrintf(0, 2, 0x6f, "Description: Particles."); bgfx::dbgTextPrintf(0, 3, 0x0f, "Frame: % 7.3f[ms]", double(frameTime)*toMs); - // Update camera.George RR Martin cameraUpdate(deltaTime, m_mouseState); float view[16];