Skip to content

Commit

Permalink
Fix scaledTime uniform name in uniformParams map
Browse files Browse the repository at this point in the history
  • Loading branch information
flatpickles committed Oct 19, 2023
1 parent 534fb81 commit 4b9da60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/base/Project/FragShaderProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default class FragShaderProject extends Project {
});

// Add to the uniform params map
this.#uniformParams[uniformNames.scaledTime] = () => {
this.#uniformParams[uniformName] = () => {
const scaleParamValue = Object.getOwnPropertyDescriptor(
this,
scaledTimeParamKey
Expand Down

0 comments on commit 4b9da60

Please sign in to comment.