[Orxonox-commit 5924] r10583 - code/branches/core7/src/modules/towerdefense
landauf at orxonox.net
landauf at orxonox.net
Sat Sep 12 21:12:22 CEST 2015
Author: landauf
Date: 2015-09-12 21:12:22 +0200 (Sat, 12 Sep 2015)
New Revision: 10583
Modified:
code/branches/core7/src/modules/towerdefense/TDCoordinate.h
Log:
TDCoordinate doesn't call RegisterObject, thus shouldn't inherit from OrxonoxClass
Modified: code/branches/core7/src/modules/towerdefense/TDCoordinate.h
===================================================================
--- code/branches/core7/src/modules/towerdefense/TDCoordinate.h 2015-09-12 17:28:17 UTC (rev 10582)
+++ code/branches/core7/src/modules/towerdefense/TDCoordinate.h 2015-09-12 19:12:22 UTC (rev 10583)
@@ -11,7 +11,7 @@
//Class to save the Coordinates in a class instead of struct
//Convert 2d coordinates to 3d in order to set waypoints
- class _TowerDefenseExport TDCoordinate : public OrxonoxClass
+ class _TowerDefenseExport TDCoordinate
{
public:
int x;
More information about the Orxonox-commit
mailing list