예제 #1
0
 protected override void OnPaint(float dt, Vec2 pos)
 {
     base.OnPaint(dt, pos);
     TerrainManipulator.Smooth(pos, this.m_brush);
 }