From d3e4ed8b2ed8373492da088ed4fa02a5a3fd8666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 25 Oct 2015 21:31:34 -0700 Subject: [PATCH] Cleanup. --- examples/08-update/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/08-update/update.cpp b/examples/08-update/update.cpp index 4669ab256..cc2fb3149 100644 --- a/examples/08-update/update.cpp +++ b/examples/08-update/update.cpp @@ -209,7 +209,7 @@ public: // Create programs. m_program = loadProgram("vs_update", "fs_update"); m_programCmp = loadProgram("vs_update", "fs_update_cmp"); - m_program3d = BGFX_INVALID_HANDLE; + m_program3d.idx = bgfx::invalidHandle; if (m_texture3DSupported) { m_program3d = loadProgram("vs_update", "fs_update_3d");