Skip to content

Commit

Permalink
fix: Broken link in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eonarheim committed Mar 21, 2024
1 parent ba6012a commit 76a6dbd
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 @@ -897,7 +897,7 @@ O|===|* >________________>\n\
this._logger.warn(
`Excalibur could not load webgl for some reason (${(e as Error).message}) and loaded a Canvas 2D fallback. ` +
`Some features of Excalibur will not work in this mode. \n\n` +
'Read more about this issue at https://excaliburjs.com/docs/webgl'
'Read more about this issue at https://excaliburjs.com/docs/performance'
);
// fallback to canvas in case of failure
useCanvasGraphicsContext = true;
Expand Down

0 comments on commit 76a6dbd

Please sign in to comment.