diff options
Diffstat (limited to 'libdimension/dimension/sky_sphere.h')
-rw-r--r-- | libdimension/dimension/sky_sphere.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/dimension/sky_sphere.h b/libdimension/dimension/sky_sphere.h index 5edacb0..f74442e 100644 --- a/libdimension/dimension/sky_sphere.h +++ b/libdimension/dimension/sky_sphere.h @@ -49,7 +49,7 @@ void dmnsn_delete_sky_sphere(dmnsn_sky_sphere *sky_sphere); * Initialize a sky sphere. * @param[in,out] sky_sphere The sky sphere to initialize. */ -void dmnsn_sky_sphere_init(dmnsn_sky_sphere *sky_sphere); +void dmnsn_initialize_sky_sphere(dmnsn_sky_sphere *sky_sphere); /** * Evaluate the color of the sky sphere. |