Skip to content

Commit

Permalink
Fix gl-matrix library on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
stefnotch committed Feb 20, 2020
1 parent e9d6e9d commit 1fa5d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script src="dist/gl-matrix.js"></script>
<script>
window["glMatrix"] = glMatrix.glMatrix;
window["mat2"] = glMatrix.mat2;
window["mat2d"] = glMatrix.mat2d;
window["mat3"] = glMatrix.mat3;
Expand All @@ -350,6 +349,7 @@
window["vec2"] = glMatrix.vec2;
window["vec3"] = glMatrix.vec3;
window["vec4"] = glMatrix.vec4;
window["glMatrix"] = glMatrix.glMatrix;
</script>
</head>
<body>
Expand Down

0 comments on commit 1fa5d10

Please sign in to comment.