- added med bays to the vanilla subs
- some new wall prefabs - medical item statuseffect tweaking - fixed textBoxes not being deselected in waypoint editing hud after applying the changes
This commit is contained in:
@@ -213,6 +213,8 @@ namespace Barotrauma
|
||||
// }
|
||||
//}
|
||||
|
||||
if (texture == null) return;
|
||||
|
||||
spriteBatch.Draw(texture, pos + offset, sourceRect, color, rotation + rotate, origin, scale, spriteEffect, depth == null ? this.depth : (float)depth);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user