Cleanup: Spelling
This commit is contained in:
@@ -240,7 +240,7 @@ BLI_INLINE void BKE_subdiv_ptex_face_uv_to_grid_uv(
|
||||
const float ptex_u, const float ptex_v,
|
||||
float *r_grid_u, float *r_grid_v);
|
||||
|
||||
/* Onverse of above. */
|
||||
/* Inverse of above. */
|
||||
BLI_INLINE void BKE_subdiv_grid_uv_to_ptex_face_uv(
|
||||
const float grid_u, const float grid_v,
|
||||
float *r_ptex_u, float *r_ptex_v);
|
||||
|
Reference in New Issue
Block a user