Skip to content
This repository was archived by the owner on Nov 13, 2018. It is now read-only.

Commit ba710b1

Browse files
committedOct 26, 2018
Removed renderer.
1 parent 8d21121 commit ba710b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/basic/App.fs

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ Browser.document.body.appendChild(app.view) |> ignore
1717
// create a new Sprite from an image path
1818
let bunny = PIXI.Sprite.fromImage("../img/fable_logo_small.png")
1919

20-
let renderer : PIXI.WebGLRenderer = !!app.renderer
21-
2220
// center the sprite's anchor point
2321
bunny.anchor.set(0.5)
2422
bunny.x <- app.screen.width * 0.5

0 commit comments

Comments
 (0)
This repository has been archived.