We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ade54e commit be60ab0Copy full SHA for be60ab0
1 file changed
Core/Plugins/SofaUnityAPI/SofaContextAPI.cs
@@ -91,7 +91,7 @@ public SofaContextAPI(bool async)
91
92
// Create a simulation scene.
93
int res = sofaPhysicsAPI_createScene(m_native);
94
- if (res == 0)
+ if (res == 0 || res == 100)
95
{
96
m_isReady = true;
97
}
0 commit comments