mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 03:22:35 -04:00
Fix clang-format
This commit is contained in:
parent
ae632c2367
commit
a9505f435a
@ -53,9 +53,9 @@ inline Result CreateMesh(
|
||||
IDirect3DRMMesh* pD3DRM,
|
||||
unsigned int p_numFaces,
|
||||
unsigned int p_numVertices,
|
||||
float (*p_positions),
|
||||
float (*p_normals),
|
||||
float (*p_textureCoordinates),
|
||||
float(*p_positions),
|
||||
float(*p_normals),
|
||||
float(*p_textureCoordinates),
|
||||
unsigned int (*p_faceIndices)[3],
|
||||
unsigned int (*p_textureIndices)[3],
|
||||
ShadingModel shadingModel,
|
||||
|
Loading…
x
Reference in New Issue
Block a user