mirror of
https://github.com/Relintai/props_2d.git
synced 2024-11-12 10:25:01 +01:00
Turn off lights for the TiledWall.
This commit is contained in:
parent
1c3c556d98
commit
ce69529ceb
@ -268,7 +268,7 @@ TiledWall2D::TiledWall2D() {
|
||||
_height = 1;
|
||||
|
||||
_mesher.instance();
|
||||
_mesher->set_build_flags(Prop2DMesher::BUILD_FLAG_USE_LIGHTING | Prop2DMesher::BUILD_FLAG_USE_AO | Prop2DMesher::BUILD_FLAG_USE_RAO | Prop2DMesher::BUILD_FLAG_BAKE_LIGHTS);
|
||||
//_mesher->set_build_flags(Prop2DMesher::BUILD_FLAG_USE_LIGHTING | Prop2DMesher::BUILD_FLAG_USE_AO | Prop2DMesher::BUILD_FLAG_USE_RAO | Prop2DMesher::BUILD_FLAG_BAKE_LIGHTS);
|
||||
}
|
||||
TiledWall2D::~TiledWall2D() {
|
||||
_data.unref();
|
||||
|
Loading…
Reference in New Issue
Block a user