From c483b791b09f213938cf655f5c7811096dab126c Mon Sep 17 00:00:00 2001 From: Christophe Mateos Date: Mon, 19 Dec 2016 23:53:11 +0100 Subject: [PATCH] Aligment. --- libs/picomodel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/picomodel.h b/libs/picomodel.h index 23cda9bd..a1f2c5c6 100644 --- a/libs/picomodel.h +++ b/libs/picomodel.h @@ -267,7 +267,7 @@ void PicoSetSurfaceIndex( picoSurface_t *surface, int num void PicoSetSurfaceIndexes( picoSurface_t *surface, int num, picoIndex_t *index, int count ); void PicoSetFaceNormal( picoSurface_t *surface, int num, picoVec3_t normal ); void PicoSetSurfaceSpecial( picoSurface_t *surface, int num, int special ); -void PicoSetSurfaceSmoothingGroup( picoSurface_t *surface, int num, picoIndex_t smoothingGroup ); +void PicoSetSurfaceSmoothingGroup( picoSurface_t *surface, int num, picoIndex_t smoothingGroup ); /* getter functions */