mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fixes the canvas item vertex example
This commit is contained in:
@@ -987,7 +987,7 @@ happen later, though) with the following code, so it can be done manually:
|
||||
|
||||
.. code-block:: glsl
|
||||
|
||||
shader_type spatial;
|
||||
shader_type canvas_item;
|
||||
render_mode skip_vertex_transform;
|
||||
|
||||
void vertex() {
|
||||
|
||||
Reference in New Issue
Block a user