Skip to content

Commit 289089d

Browse files
committed
1.0.0.dev38
1 parent 32776db commit 289089d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def lerp(a: float, b: float, t: float) -> float:
115115
space_ship_mesh = Mesh.from_file("./meshes/space_ship/Space_Ship.gltf")
116116

117117
space_ship = Object3D(space_ship_mesh,
118-
Vec3(0.0, 100,500), Vec3(0,0,0), Vec3(1,1,1))
118+
Vec3(0.0, 100,500), Vec3(0,0,0))
119119

120120
test_sound = Sound(window, "./sound/pop.wav", False)
121121

0 commit comments

Comments
 (0)