Allow sheets to wrap an ITexture directly.

This commit is contained in:
Paul Chote
2013-06-07 17:55:11 +12:00
parent 22e6966c8e
commit 013ad0617e
4 changed files with 32 additions and 13 deletions

View File

@@ -129,6 +129,8 @@ namespace OpenRA.Graphics
p += face.Glyph.Bitmap.Pitch;
}
}
s.sheet.CommitData();
return g;
}