fix: report missing collision without stale CPU claim

This commit is contained in:
DCCONSTRUCTIONS
2026-08-26 13:19:30 +03:00
parent b688347778
commit 0b01bb7775
2 changed files with 2 additions and 1 deletions
@@ -69,4 +69,5 @@ test("PlayCanvas owns the realtime scene graph without an iframe or React entity
assert.match(runtime, /dispose\(\)/);
assert.doesNotMatch(`${runtime}\n${viewport}`, /iframe|<GSplat/);
assert.match(viewport, /Collision недоступен/);
assert.match(viewport, /Для этой сборки collision GLB не был запрошен/);
});