Fix CS
This commit is contained in:
parent
2484e4f1df
commit
d48d5b0285
5 changed files with 16 additions and 15 deletions
|
@ -27,7 +27,7 @@ const config: GameConfig = {
|
|||
callbacks: {
|
||||
postBoot: game => {
|
||||
// FIXME: we should fore WebGL in the config.
|
||||
let renderer = game.renderer as WebGLRenderer;
|
||||
const renderer = game.renderer as WebGLRenderer;
|
||||
renderer.addPipeline(OutlinePipeline.KEY, new OutlinePipeline(game));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue