mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-27 04:12:35 +02:00
Cleanup: Adding break
Just safer in case we add more cases. Also shuts up code analyser. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6390 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@ -618,6 +618,7 @@ namespace video
|
|||||||
PolygonOffsetDirection = EPO_BACK;
|
PolygonOffsetDirection = EPO_BACK;
|
||||||
PolygonOffsetSlopeScale = value?1.f:0.f;
|
PolygonOffsetSlopeScale = value?1.f:0.f;
|
||||||
PolygonOffsetDepthBias = value?1.f:0.f;
|
PolygonOffsetDepthBias = value?1.f:0.f;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user