mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Cleanup.
This commit is contained in:
parent
eb9357e1d6
commit
d3e4ed8b2e
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue