示例#1
0
 protected virtual void end_smooth()
 {
     if (ENABLE_PROFILING)
     {
         SmoothW.Stop();
     }
 }
示例#2
0
 void end_smooth()
 {
     if (ENABLE_PROFILING)
     {
         SmoothW.Stop();
     }
 }