diff --git a/ChangeLog b/ChangeLog index 04ddeb4be..22fcfb412 100644 --- a/ChangeLog +++ b/ChangeLog @@ -394,7 +394,8 @@ Code: * Fixed period and rotation of Phoebe 1.2.1 -* Unix: configure.in changes to better find OpenGL libraries by Bruckner +* Unix: configure.in changes to better find OpenGL libraries by Bruckner. * Added accurate orbital calculations for Galilean satellites. * Added tolerance parameter for picking to make picking objects in a narrow narrow field of view work better. +* New texture for Miranda courtesy of Bruckner. diff --git a/data/solarsys.ssc b/data/solarsys.ssc index c225d23c7..98136ffc3 100644 --- a/data/solarsys.ssc +++ b/data/solarsys.ssc @@ -653,7 +653,7 @@ "Miranda" "Sol/Uranus" { - Texture "asteroid.jpg" + Texture "miranda.jpg" Radius 235 EllipticalOrbit diff --git a/textures/miranda.jpg b/textures/miranda.jpg new file mode 100644 index 000000000..708a26b1c Binary files /dev/null and b/textures/miranda.jpg differ