mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Update immediategeometry.rst
" ....... moudules/gdscript/gdscript_tokenizer.cpp:1104 - Condition ' tk_rb[ofs].type != TK_IDENTIFER ' is true. returned: StringName()" built-in:3 - Parse Error: Unexpected token: void: modules/gdscript/gdscript.cpp:580 - Method/Function Faild, returning: ERR_PARSE_ERROR moudules/gdscript/gdscript_tokenizer.cpp:1104 - Condition ' tk_rb[ofs].type != TK_IDENTIFER ' is true. returned: StringName() ....... "
This commit is contained in:
@@ -42,7 +42,7 @@ The example code below draws a single triangle.
|
||||
|
||||
extends ImmediateGeometry
|
||||
|
||||
void _process(delta):
|
||||
func _process(delta):
|
||||
# Clean up before drawing.
|
||||
clear()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user