mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 04:30:09 -05:00
Fixed problem with references to RenderableSmallBody class
This commit is contained in:
@@ -97,7 +97,7 @@ const std::vector<int> DaysOfMonths = {
|
||||
31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
|
||||
};
|
||||
|
||||
enum class Months {
|
||||
enum Months {
|
||||
January = 0,
|
||||
February,
|
||||
March,
|
||||
@@ -285,7 +285,7 @@ documentation::Documentation RenderableSmallBody::Documentation() {
|
||||
using namespace documentation;
|
||||
return {
|
||||
"RenderableSmallBody",
|
||||
"space_renderable_satellites",
|
||||
"small solar system bodies",
|
||||
{
|
||||
{
|
||||
SegmentsInfo.identifier,
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
* OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. *
|
||||
****************************************************************************************/
|
||||
|
||||
#ifndef __OPENSPACE_MODULE_SPACE___RENDERABLESATELLITES___H__
|
||||
#define __OPENSPACE_MODULE_SPACE___RENDERABLESATELLITES___H__
|
||||
#ifndef __OPENSPACE_MODULE_SPACE___RENDERABLESMALLBODY___H__
|
||||
#define __OPENSPACE_MODULE_SPACE___RENDERABLESMALLBODY___H__
|
||||
|
||||
#include <openspace/rendering/renderable.h>
|
||||
|
||||
@@ -130,5 +130,5 @@ private:
|
||||
|
||||
} // namespace openspace
|
||||
|
||||
#endif // __OPENSPACE_MODULE_SPACE___RENDERABLESATELLITES___H__
|
||||
#endif // __OPENSPACE_MODULE_SPACE___RENDERABLESMALLBODY___H__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user