Open
Description
Godot version
4.0.2
System information
Windows 10, GeForce GTX 1050 Ti
Issue description
The lag can easily be seen when moving a sprite with the mouse in _process()
extends Sprite2D
func _process(delta):
position = get_global_mouse_position()