Fix compile (nw)

This commit is contained in:
Miodrag Milanovic 2016-03-23 08:38:30 +01:00
parent c0a67e7310
commit 1054cfe7fd

View File

@ -59,8 +59,8 @@ bgfx_target::bgfx_target(void *handle, uint16_t width, uint16_t height)
, m_double_buffer(false)
, m_style(TARGET_STYLE_CUSTOM)
, m_filter(false)
, m_current_page(0)
, m_index(-1)
, m_current_page(0)
, m_initialized(true)
, m_page_count(0)
{