Even more fixes in Vertex and Linedef deleting process.

Texture browser can now show flats/textures only.
This commit is contained in:
MaxED 2013-03-26 12:31:07 +00:00
parent 6462ff5edb
commit c04a65f104
12 changed files with 309 additions and 149 deletions

View file

@ -964,6 +964,7 @@ namespace CodeImp.DoomBuilder.Data
// Add to preview manager
previews.AddImage(img);
img.IsFlat = true; //mxd
}
}
}