@@ -2329,7 +2329,7 @@ CW3DViewDoc::Update_Aggregate_Prototype (RenderObjClass &render_obj)
23292329 // Add this prototype to the asset manager
23302330 WW3DAssetManager::Get_Instance ()->Remove_Prototype (pdefinition->Get_Name ());
23312331 WW3DAssetManager::Get_Instance ()->Add_Prototype (pprototype);
2332- }
2332+ }
23332333
23342334
23352335// /////////////////////////////////////////////////////////////
@@ -2347,7 +2347,7 @@ CW3DViewDoc::Update_LOD_Prototype (HLodClass &hlod)
23472347 // Add this prototype to the asset manager
23482348 WW3DAssetManager::Get_Instance ()->Remove_Prototype (pdefinition->Get_Name ());
23492349 WW3DAssetManager::Get_Instance ()->Add_Prototype (pprototype);
2350- }
2350+ }
23512351
23522352
23532353// /////////////////////////////////////////////////////////////
@@ -2522,7 +2522,7 @@ CW3DViewDoc::Show_Cursor (bool onoff)
25222522 }
25232523
25242524 m_pCursor->Set_Hidden (!onoff);
2525- }
2525+ }
25262526
25272527
25282528// /////////////////////////////////////////////////////////////
@@ -2546,7 +2546,7 @@ void
25462546CW3DViewDoc::Set_Cursor (LPCTSTR resource_name)
25472547{
25482548 m_pCursor->Set_Texture (::Load_RC_Texture (resource_name));
2549- }
2549+ }
25502550
25512551
25522552// /////////////////////////////////////////////////////////////
@@ -2623,7 +2623,7 @@ CW3DViewDoc::Update_Particle_Count (void)
26232623{
26242624 int particles = Count_Particles ();
26252625 ((CMainFrame *)::AfxGetMainWnd ())->Update_Particle_Count (particles);
2626- }
2626+ }
26272627
26282628
26292629// /////////////////////////////////////////////////////////////
0 commit comments