mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Aligment.
This commit is contained in:
parent
690979796d
commit
c483b791b0
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ void PicoSetSurfaceIndex( picoSurface_t *surface, int num
|
||||||
void PicoSetSurfaceIndexes( picoSurface_t *surface, int num, picoIndex_t *index, int count );
|
void PicoSetSurfaceIndexes( picoSurface_t *surface, int num, picoIndex_t *index, int count );
|
||||||
void PicoSetFaceNormal( picoSurface_t *surface, int num, picoVec3_t normal );
|
void PicoSetFaceNormal( picoSurface_t *surface, int num, picoVec3_t normal );
|
||||||
void PicoSetSurfaceSpecial( picoSurface_t *surface, int num, int special );
|
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 */
|
/* getter functions */
|
||||||
|
|
Loading…
Reference in a new issue