diff options
Diffstat (limited to 'Penguloon/ContentManager.cs')
| -rw-r--r-- | Penguloon/ContentManager.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Penguloon/ContentManager.cs b/Penguloon/ContentManager.cs index 175aa32..70e5805 100644 --- a/Penguloon/ContentManager.cs +++ b/Penguloon/ContentManager.cs @@ -19,6 +19,8 @@ namespace Penguloon public static void LoadContent(Main main) { + AdManager.Load(main); + new Thread(() => { Thread.CurrentThread.IsBackground = true; |
