most of animation system done; little stuff here and there
This commit is contained in:
@@ -23,5 +23,6 @@ public:
|
||||
prev->next = next;
|
||||
if(next)
|
||||
next->prev = prev;
|
||||
Init();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user