Explorar o código

Fixed toy-plane banana.

Mark Sibly %!s(int64=7) %!d(string=hai) anos
pai
achega
fdcc614849
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bananas/toy-plane/plane.monkey2

+ 1 - 1
bananas/toy-plane/plane.monkey2

@@ -93,7 +93,7 @@ Class MyWindow Extends Window
 '		_plane.Material = mat
 		
 		'create camera target
-		_camTarget = New Entity( _pivot )
+		_camTarget = New Pivot( _pivot )
 '		_camTarget = Model.CreateSphere( 0.25, 12, 12, New PbrMaterial( Color.Red ) )
 '		_camTarget.Parent = _plane
 		_camTarget.Position = New Vec3f( 0, 0, -10 )