Skip to content

Commit

Permalink
chore(beta): release beta for v2 again (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Aug 1, 2023
1 parent fbbfa8a commit 2f7a9c3
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 @@ -68,7 +68,7 @@ const VIEWPORT_MIN_SIZE = 2;
class RenderingEngine implements IRenderingEngine {
/** Unique identifier for renderingEngine */
readonly id: string;
/** A flag which tells if the renderingEngine has been destroyed */
/** A flag which tells if the renderingEngine has been destroyed or not */
public hasBeenDestroyed: boolean;
public offscreenMultiRenderWindow: any;
readonly offScreenCanvasContainer: any; // WebGL
Expand Down

0 comments on commit 2f7a9c3

Please sign in to comment.