Skip to content

Commit

Permalink
another commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed May 22, 2023
1 parent f6f03ed commit 2a8ea9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/RenderingEngine/RenderingEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class RenderingEngine implements IRenderingEngine {
if (viewport) {
console.log('Viewport already exists, disabling it first');
this.disableElement(viewportId);
console.log('Viewport disabled');
console.log(`Viewport ${viewportId} disabled`);
}

// 2.a) See if viewport uses a custom rendering pipeline.
Expand Down

0 comments on commit 2a8ea9a

Please sign in to comment.