- copied a few more map information CCMDs to g_ccmd.
This commit is contained in:
parent
aa340145ac
commit
65f3fec283
7 changed files with 117 additions and 111 deletions
|
|
@ -186,8 +186,6 @@ IMPLEMENT_CLASS(DPolyobjInterpolation, false, false)
|
|||
//
|
||||
//==========================================================================
|
||||
|
||||
FInterpolator interpolator;
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
//
|
||||
|
|
@ -989,11 +987,3 @@ void FPolyObj::StopInterpolation()
|
|||
}
|
||||
|
||||
|
||||
ADD_STAT (interpolations)
|
||||
{
|
||||
FString out;
|
||||
out.Format ("%d interpolations", interpolator.CountInterpolations ());
|
||||
return out;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue