Fix vs build (#2904)

This commit is contained in:
SnapperTT 2022-08-28 00:35:30 +10:00 committed by GitHub
parent 963571a31e
commit 8d412e16e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,7 +363,7 @@ public:
// Submit primitive for rendering to view 0. // Submit primitive for rendering to view 0.
// note that this submission requires the draw count // 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 else
{ {