@@ -140,7 +140,7 @@ public LargeWorld(SampleContext context) : base(context)
140140 for ( int i = 0 ; i < 5 ; ++ i )
141141 {
142142 Human human = new Human ( ) ;
143- CreateHuman ( ref human , m_worldId , position , 1.5f , 0.05f , 0.0f , 0.0f , humanIndex + 1 , B2UserData . Empty ( ) , false ) ;
143+ CreateHuman ( ref human , m_worldId , position , 1.5f , 0.05f , 0.0f , 0.0f , humanIndex + 1 , B2UserData . Empty , false ) ;
144144 humanIndex += 1 ;
145145 position . X += 1.0f ;
146146 }
@@ -152,13 +152,13 @@ public LargeWorld(SampleContext context) : base(context)
152152 for ( int i = 0 ; i < 5 ; ++ i )
153153 {
154154 Donut donut = new Donut ( ) ;
155- donut . Create ( m_worldId , position , 0.75f , 0 , false , B2UserData . Empty ( ) ) ;
155+ donut . Create ( m_worldId , position , 0.75f , 0 , false , B2UserData . Empty ) ;
156156 position . X += 2.0f ;
157157 }
158158 }
159159 }
160160
161- m_car . Spawn ( m_worldId , new B2Vec2 ( xStart + 20.0f , 40.0f ) , 10.0f , 2.0f , 0.7f , 2000.0f , B2UserData . Empty ( ) ) ;
161+ m_car . Spawn ( m_worldId , new B2Vec2 ( xStart + 20.0f , 40.0f ) , 10.0f , 2.0f , 0.7f , 2000.0f , B2UserData . Empty ) ;
162162
163163 m_cycleIndex = 0 ;
164164 m_speed = 0.0f ;
0 commit comments