Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Removed usage of the now-obsolete DrawDot.
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Feb 19, 2016
1 parent 52ff8ad commit 178e4ce
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CCDrawNode/CustomRendering/CustomRendering.Common/GameLayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public GameLayer ()

// CubicBezier ();

// Dot ();

// Ellipse ();

// Line ();
Expand Down Expand Up @@ -104,14 +102,6 @@ void CubicBezier ()
color: CCColor4B.Green);
}

void Dot ()
{
drawNode.DrawDot (
pos: new CCPoint (0, 0),
radius: 15,
color: CCColor4B.Blue);
}

void Ellipse ()
{
drawNode.DrawEllipse (
Expand Down

0 comments on commit 178e4ce

Please sign in to comment.