mirror of
https://github.com/gre/gl-react.git
synced 2026-01-25 16:43:36 +00:00
remove console.log
This commit is contained in:
parent
18af63aac8
commit
28e076c7b3
@ -93,7 +93,6 @@ export default (gl: WebGLRenderingContext, initialProps: *) => {
|
||||
|
||||
return {
|
||||
onPropsChange ({ fov, touching, touchPosition }: *) {
|
||||
console.log(fov, "<>", camera.fov);
|
||||
if (fov !== camera.fov) {
|
||||
camera.fov = fov;
|
||||
camera.updateProjectionMatrix();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user