mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Fix typo in C# example in Running code in the editor
This commit is contained in:
@@ -237,7 +237,7 @@ angle add a setter ``set(new_speed)`` which is executed with the input from the
|
||||
|
||||
public override void _Process(double delta)
|
||||
{
|
||||
Rotation += Mathf.Pi * (float)delta * speed;
|
||||
Rotation += Mathf.Pi * (float)delta * _speed;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user