Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Jan 27, 2020
1 parent 6f19102 commit 45bbe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shadertools/src/lib/shader-module.js
Expand Up @@ -35,7 +35,7 @@ export default class ShaderModule {
}

// Extracts the source code chunk for the specified shader type from the named shader module
getModuleSource(type, targetGLSLVersion) {
getModuleSource(type) {
let moduleSource;
switch (type) {
case VERTEX_SHADER:
Expand Down

0 comments on commit 45bbe78

Please sign in to comment.