Changed KeyframeBBox to TrackedObjectBBox and added TrackedObjectBase

Added new base class TrackedObjectBase, changed class KeyframeBBox to TrackedObjectBBox and changes it's inheritance from KeyframeBase to TrackedObjectBase.
This commit is contained in:
Brenno
2021-01-18 14:52:01 -03:00
parent b2cd0a500a
commit a5feadce1e
16 changed files with 278 additions and 105 deletions

View File

@@ -45,6 +45,5 @@ TimelineBase::TimelineBase()
* the TimelineBase class
*/
void TimelineBase::Clips(int test){
std::cout << test << std::endl;
return;
}