mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Fix vs build (#2904)
This commit is contained in:
@@ -363,7 +363,7 @@ public:
|
||||
|
||||
// Submit primitive for rendering to view 0.
|
||||
// note that this submission requires the draw count
|
||||
bgfx::submit(0, m_program, m_indirect_buffer_handle, 0, m_sideSize*m_sideSize);
|
||||
bgfx::submit(0, m_program, m_indirect_buffer_handle, 0, uint16_t(m_sideSize*m_sideSize));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user