mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 03:21:05 +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 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 */
|
||||
|
|
Loading…
Reference in a new issue