Merge remote-tracking branch 'bp/master' into pullRequest
This commit is contained in:
@@ -8679,7 +8679,7 @@ bool PhysicsServerCommandProcessor::processLoadTextureCommand(const struct Share
|
|||||||
int uid = -1;
|
int uid = -1;
|
||||||
if (m_data->m_pluginManager.getRenderInterface())
|
if (m_data->m_pluginManager.getRenderInterface())
|
||||||
{
|
{
|
||||||
m_data->m_pluginManager.getRenderInterface()->loadTextureFile(relativeFileName);
|
uid = m_data->m_pluginManager.getRenderInterface()->loadTextureFile(relativeFileName);
|
||||||
}
|
}
|
||||||
if(uid>=0)
|
if(uid>=0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user