Merge branch 'main-dev' into dev-refactor
This commit is contained in:
@@ -31,7 +31,7 @@ export const setCamera = async (
|
||||
}
|
||||
|
||||
if (!response.ok) {
|
||||
throw new Error("Failed to set Camera Position and Target");
|
||||
console.error("Failed to set Camera Position and Target");
|
||||
}
|
||||
|
||||
const result = await response.json();
|
||||
|
||||
Reference in New Issue
Block a user