fixes for RemoteGUIHelper

This commit is contained in:
Erwin Coumans
2019-06-15 10:30:48 -07:00
parent ee3680765e
commit e286fbd9f2
6 changed files with 41 additions and 9 deletions

View File

@@ -363,7 +363,7 @@ int RemoteGUIHelper::uploadData(const unsigned char* data, int sizeInBytes, int
{
for (int i = 0; i < curBytes; i++)
{
m_data->m_testBlock1->m_bulletStreamData[i] = data[i];
m_data->m_testBlock1->m_bulletStreamData[i] = data[i+offset];
}
cmd->m_updateFlags = 0;