Update expected camera control message in runtime host unit tests

This commit is contained in:
2026-04-27 18:49:47 +02:00
parent 1f198aee02
commit 2986c5ed3e

View File

@@ -191,7 +191,7 @@ describe("RuntimeHost", () => {
message: null
});
expect(runtimeMessages).toContain(
"Third Person active. Drag to orbit the camera, use the right stick for gamepad camera look, move with your authored bindings, and scroll to zoom."
"Third Person active. Click inside the runner viewport to capture mouse look, or drag to orbit if pointer lock is unavailable. Scroll to zoom and use the right stick for gamepad camera look."
);
});