Cleanup: style
This commit is contained in:
@@ -61,7 +61,7 @@ static ePhysicsRelationType modifier_to_relation_type(unsigned int modifier_type
|
||||
return DEG_PHYSICS_SMOKE_COLLISION;
|
||||
case eModifierType_DynamicPaint:
|
||||
return DEG_PHYSICS_DYNAMIC_BRUSH;
|
||||
};
|
||||
}
|
||||
|
||||
BLI_assert(!"Unknown collision modifier type");
|
||||
return DEG_PHYSICS_RELATIONS_NUM;
|
||||
|
||||
@@ -1183,7 +1183,7 @@ static void draw_selected_name(Scene *scene, Object *ob, rcti *rect)
|
||||
/**
|
||||
* Information drawn on top of the solid plates and composed data
|
||||
*/
|
||||
void view3d_draw_region_info(const bContext *C, ARegion *ar, const int offset)
|
||||
void view3d_draw_region_info(const bContext *C, ARegion *ar, const int UNUSED(offset))
|
||||
{
|
||||
RegionView3D *rv3d = ar->regiondata;
|
||||
View3D *v3d = CTX_wm_view3d(C);
|
||||
|
||||
Reference in New Issue
Block a user