Skip to content

Commit 6c188aa

Browse files
bobbydeluxeKade-github
authored andcommitted
what if it DOES show some shit at first
1 parent 8ef688a commit 6c188aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/content/cookbook/Advanced/14.ScriptedShaders.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class TemplateStage extends Stage
4949
}
5050
```
5151

52-
A shader is registered, but it doesn't do anything yet. To see the effect, you'll need to update the shader's uniform values.
52+
A shader is registered, and to edit the effect, you'll need to update the shader's uniform values.
5353

5454
```haxe
5555
// in hscript, some function...
@@ -104,4 +104,4 @@ colorShader.color = [1.0, 0.0, 0.0, 1.0]; // Set the color to red
104104
PlayState.instance.currentStage.getBoyfriend().shader = colorShader;
105105
```
106106

107-
> Author: [BobbyDX](https://github.com/bobbydeluxe)
107+
> Author: [BobbyDX](https://github.com/bobbydeluxe)

0 commit comments

Comments
 (0)