diff --git a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp index 1983b5b13..11244228b 100644 --- a/examples/SharedMemory/PhysicsServerCommandProcessor.cpp +++ b/examples/SharedMemory/PhysicsServerCommandProcessor.cpp @@ -7474,7 +7474,7 @@ bool PhysicsServerCommandProcessor::processLoadSoftBodyCommand(const struct Shar visualShape.m_rgbaColor[0] = 0; visualShape.m_rgbaColor[1] = 0; visualShape.m_rgbaColor[2] = 0; - visualShape.m_rgbaColor[3] = 0; + visualShape.m_rgbaColor[3] = 1; visualShape.m_tinyRendererTextureId = -1; visualShape.m_textureUniqueId =-1; visualShape.m_openglTextureId = -1;