Skip to content

Commit

Permalink
Merge pull request tparisi#7 from VisViva/patch-1
Browse files Browse the repository at this point in the history
Wrong variable declaration
  • Loading branch information
Elchi3 authored Aug 8, 2017
2 parents 3c75564 + 43ae23f commit 9a55683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial/sample7/webgl-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var gl;

var cubeVerticesBuffer;
var cubeVerticesTextureCoordBuffer;
var cubeVerticesIndexBuffer;
var cubeVerticesNormalBuffer;
var cubeVerticesIndexBuffer;
var cubeRotation = 0.0;
var lastCubeUpdateTime = 0;
Expand Down

0 comments on commit 9a55683

Please sign in to comment.