Tried to fix map rendering issues
This commit is contained in:
parent
4d178a6aa2
commit
bbc1a88571
1 changed files with 3 additions and 2 deletions
|
@ -83,7 +83,6 @@ namespace ZoFo.GameCore.GameManagers
|
|||
currentGUI.LoadContent();
|
||||
animationBuilder = new AnimationBuilder();
|
||||
animationBuilder.LoadAnimations();
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
@ -121,7 +120,9 @@ namespace ZoFo.GameCore.GameManagers
|
|||
|
||||
currentGUI.Draw(_spriteBatch);
|
||||
debugHud.Draw(_spriteBatch);
|
||||
_spriteBatch.Begin();
|
||||
|
||||
// Pointwrap
|
||||
_spriteBatch.Begin(samplerState: SamplerState.PointWrap);
|
||||
switch (gamestate)
|
||||
{
|
||||
case GameState.ClientPlaying:
|
||||
|
|
Loading…
Add table
Reference in a new issue