Merged TODO removal and IDispose addition

This commit is contained in:
2017-02-26 00:36:08 -05:00
4 changed files with 3 additions and 6 deletions

View File

@@ -17,10 +17,7 @@ namespace hexworld
{
private Program _pgm;
// todo: generate texture atlas
// or at least embed sub-uvs and materials into json
private Texture _grass;
private Texture _stone;
private Matrix4 _view;