mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
hopefully working implementation of mpfNoSelect from this discussion: http://glest.org/glest_board/index.php?topic=8165.msg82932#msg82932
This commit is contained in:
@@ -42,7 +42,8 @@ enum ModelType{
|
||||
|
||||
enum MeshPropertyFlag{
|
||||
mpfCustomColor= 1,
|
||||
mpfTwoSided= 2
|
||||
mpfTwoSided= 2,
|
||||
mpfNoSelect= 4
|
||||
};
|
||||
|
||||
enum MeshTexture{
|
||||
|
Reference in New Issue
Block a user