Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
Riim committed Dec 7, 2015
1 parent 7e7dae0 commit 14b9cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shaders/index.js
Expand Up @@ -4,7 +4,7 @@ var fs = require('fs');
var path = require('path');
/* eslint-enable no-var */

export default {
module.exports = {
basic: {
vertex: fs.readFileSync(path.join(__dirname, '/basic.vert.glsl'), 'utf8'),
fragment: fs.readFileSync(path.join(__dirname, '/basic.frag.glsl'), 'utf8')
Expand Down

0 comments on commit 14b9cff

Please sign in to comment.