Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/stardrawer.h')
-rw-r--r--src/client/stardrawer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/stardrawer.h b/src/client/stardrawer.h
index 6042659..dbfd91a 100644
--- a/src/client/stardrawer.h
+++ b/src/client/stardrawer.h
@@ -6,7 +6,7 @@
#ifndef __INCLUDED_STARDRAWER_H__
#define __INCLUDED_STARDRAWER_H__
-#include "gl/gllib.h"
+#include "render/sphere.h"
#include "game/star.h"
namespace client {
@@ -22,7 +22,7 @@ public:
private:
game::Star *star;
- gl::Sphere sphere;
+ render::Sphere sphere;
};
} // namespace client