Skip to content

Commit be60ab0

Browse files
committed
Fix license check for free version
1 parent 1ade54e commit be60ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Plugins/SofaUnityAPI/SofaContextAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public SofaContextAPI(bool async)
9191

9292
// Create a simulation scene.
9393
int res = sofaPhysicsAPI_createScene(m_native);
94-
if (res == 0)
94+
if (res == 0 || res == 100)
9595
{
9696
m_isReady = true;
9797
}

0 commit comments

Comments
 (0)