Skip to content

Commit

Permalink
Change canvas.glsl pixel perfect function TexturePointSmooth to use c…
Browse files Browse the repository at this point in the history
…olor_texture raw
  • Loading branch information
SkogiB committed Oct 19, 2024
1 parent 3587cdf commit 7290c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion servers/rendering/renderer_rd/shaders/canvas.glsl
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ void main() {
#endif

// New Function Call
color = texturePointSmooth(sampler2D(color_texture, texture_sampler), uv);
color = texturePointSmooth(color_texture, uv);

frag_color = color;
}

0 comments on commit 7290c1b

Please sign in to comment.