Browse Source

Add xyz axis

Mark Mine 22 years ago
parent
commit
e37b967a0b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      dmodels/src/misc/Sources.pp

+ 2 - 2
dmodels/src/misc/Sources.pp

@@ -8,7 +8,7 @@
 
 
 #begin install_egg
 #begin install_egg
   #define UNPAL_SOURCES \
   #define UNPAL_SOURCES \
-    camera.egg rgbCube.egg
+    camera.egg rgbCube.egg xyzAxis.egg
 #end install_egg
 #end install_egg
 
 
 #begin install_egg
 #begin install_egg
@@ -18,5 +18,5 @@
 
 
 #begin install_egg
 #begin install_egg
   #define SOURCES \
   #define SOURCES \
-    fade_sphere.egg fade.egg iris.egg 
+    fade_sphere.egg fade.egg iris.egg
 #end install_egg
 #end install_egg