summaryrefslogtreecommitdiff
path: root/Penguloon/SceneManager.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Penguloon/SceneManager.cs')
-rw-r--r--Penguloon/SceneManager.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Penguloon/SceneManager.cs b/Penguloon/SceneManager.cs
index 83bc64e..8ce887e 100644
--- a/Penguloon/SceneManager.cs
+++ b/Penguloon/SceneManager.cs
@@ -1,4 +1,5 @@
using Microsoft.Xna.Framework.Input.Touch;
+using Penguloon.Controls;
using Penguloon.Scenes;
namespace Penguloon
@@ -51,6 +52,8 @@ namespace Penguloon
default:
return;
}
+
+ Alert.Draw(deltaTime);
}
/// <summary>
@@ -78,6 +81,8 @@ namespace Penguloon
default:
return;
}
+
+ Alert.Update(deltaTime);
}
}
} \ No newline at end of file