From f38e3443bfa2df96ff46be95e05cfd283f619851 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 6 Aug 2020 16:54:42 -0700 Subject: [PATCH] re-add base loadcontent --- KavTest/KavTestGame.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KavTest/KavTestGame.cs b/KavTest/KavTestGame.cs index a7b8bac..5eb6ac6 100644 --- a/KavTest/KavTestGame.cs +++ b/KavTest/KavTestGame.cs @@ -33,7 +33,7 @@ namespace KavTest protected override void LoadContent() { - + base.LoadContent(); } protected override void UnloadContent()