Skip to content

Commit

Permalink
Removed TODO's
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSiggs committed Jun 15, 2024
1 parent 5087e22 commit 1834906
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions TRexRunner/Entities/CactusGroup.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Drawing;
using Microsoft.Xna.Framework;
using Microsoft.Xna.Framework.Graphics;
using TRexRunner.Graphics;
using NotImplementedException = System.NotImplementedException;
using Rectangle = Microsoft.Xna.Framework.Rectangle;

namespace TRexRunner.Entities;
Expand Down
2 changes: 0 additions & 2 deletions TRexRunner/TRexRunnerGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ public TRexRunnerGame()

protected override void Initialize()
{
// TODO: Add your initialization logic here

base.Initialize();
Window.Title = GAME_TITLE;

Expand Down

0 comments on commit 1834906

Please sign in to comment.