Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
fix(soba): fix image shader material due to change to NgtMaterial
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Nov 23, 2021
1 parent b1a9829 commit 4a63397
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export const ImageShaderMaterial = shaderMaterial(
],
})
export class NgtSobaImageShaderMaterial extends NgtMaterial<
typeof ImageShaderMaterial.prototype,
SobaImageShaderMaterialParameters
SobaImageShaderMaterialParameters,
typeof ImageShaderMaterial.prototype
> {
static ngAcceptInputType_parameters:
| SobaImageShaderMaterialParameters
Expand Down

0 comments on commit 4a63397

Please sign in to comment.