Cleanup: Remove unnecessary enum prefix in function declaration

This commit is contained in:
Sean Kim
2025-10-08 16:52:26 -07:00
committed by Sean Kim
parent f8c29f98c2
commit 0b37bbd8ac

View File

@@ -337,7 +337,7 @@ void multires_reshape_smooth_object_grids_with_details(
* Makes it so surface on top level looks smooth. Details are not preserved
*/
void multires_reshape_smooth_object_grids(const MultiresReshapeContext *reshape_context,
enum MultiresSubdivideModeType mode);
MultiresSubdivideModeType mode);
/* --------------------------------------------------------------------
* Displacement, space conversion.