Skip to content

Commit

Permalink
fix: garbage collector docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Jul 22, 2024
1 parent 70a6be3 commit 9f6b1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/Engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export interface EngineOptions<TKnownScenes extends string = any> {
antialiasing?: boolean | AntialiasOptions;

/**
* Optionally specify excalibur garbage collection, by default false
* Optionally specify excalibur garbage collection, by default true.
*
* * `true` - garbage collection defaults are enabled (default)
*
Expand Down

0 comments on commit 9f6b1db

Please sign in to comment.