Fix: Typo in documentation for new POINT_UNIFORM_COLOR gpu shader

Typo introduced with initial commit c56a855b9f
This commit is contained in:
Jesse Yurkovich
2025-07-18 20:52:10 +02:00
parent 1f885e8ff8
commit a27384e389

View File

@@ -63,7 +63,7 @@
"``POINT_FLAT_COLOR``\n" \
" :Attributes: vec3 pos, vec4 color\n" \
" :Uniforms: float size\n" \
"``POLYLINE_UNIFORM_COLOR``\n" \
"``POINT_UNIFORM_COLOR``\n" \
" :Attributes: vec3 pos\n" \
" :Uniforms: vec4 color, float size\n"