react-game-engine
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -437,3 +437,3 @@ module.exports = | ||
}, this.inputHandlers), | ||
this.state.entities ? this.props.renderer(this.state.entities, this.screen) : null, | ||
this.state.entities ? this.props.renderer(this.state.entities, window) : null, | ||
this.props.children | ||
@@ -440,0 +440,0 @@ ); |
{ | ||
"name": "react-game-engine", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A lightweight game engine for React projects", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
42389