Skip to content

Commit 936ccf3

Browse files
authored
Merge pull request #96 from x1212/fix_3din2d
Update 3d in 2d demo for Godot 3.0
2 parents d11b2b5 + f4bbbe3 commit 936ccf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewport/3d_in_2d/player.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ func _ready():
1111

1212

1313
func _process(delta):
14-
model.rotation_deg.y += delta * SPEED
14+
model.rotation_degrees.y += delta * SPEED

0 commit comments

Comments
 (0)