Fixed cmake for interpolationsystem.

This commit is contained in:
stiffly
2016-01-18 17:27:37 +01:00
parent 70cbb02cb2
commit 62c3f72355
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ namespace Events
struct Interpolate : Event
{
EntityID Entity;
boost::shared_array<char*> DataArray;
boost::shared_array<char> DataArray;
};
}
+1
View File
@@ -21,6 +21,7 @@ set(SOURCE_FILES
"Game.cpp"
"HealthSystem.cpp"
"PlayerSystem.cpp"
"InterpolationSystem.cpp"
)
set(LIBRARIES