Fixed cmake for interpolationsystem.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Events
|
||||
struct Interpolate : Event
|
||||
{
|
||||
EntityID Entity;
|
||||
boost::shared_array<char*> DataArray;
|
||||
boost::shared_array<char> DataArray;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user