mirror da
https://github.com/minetest/irrlicht.git
synced 2025-09-16 05:17:00 +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;
|
||||
PolygonOffsetSlopeScale = value?1.f:0.f;
|
||||
PolygonOffsetDepthBias = value?1.f:0.f;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Fai riferimento in un nuovo problema
Block a user