mirror of
https://github.com/glest/glest-source.git
synced 2025-09-27 16:09:00 +02:00
meshes can glow
This commit is contained in:
@@ -43,7 +43,8 @@ enum ModelType{
|
||||
enum MeshPropertyFlag{
|
||||
mpfCustomColor= 1,
|
||||
mpfTwoSided= 2,
|
||||
mpfNoSelect= 4
|
||||
mpfNoSelect= 4,
|
||||
mpfGlow= 8
|
||||
};
|
||||
|
||||
enum MeshTexture{
|
||||
|
Reference in New Issue
Block a user