Server list, lighting/los optimization

This commit is contained in:
Regalis
2015-08-07 23:10:12 +03:00
parent 08c5117e8f
commit 0937c30f15
45 changed files with 36611 additions and 41 deletions
+3
View File
@@ -152,6 +152,7 @@ namespace Subsurface
MouseState previousMouse;
public override void Update(float deltaTime)
{
if (flashTimer > 0.0f) flashTimer -= deltaTime;
if (!Enabled) return;
caretTimer += deltaTime;
@@ -178,6 +179,8 @@ namespace Subsurface
}
}
textBlock.Update(deltaTime);
}
public override void Draw(SpriteBatch spriteBatch)