コード例 #1
0
ファイル: Sprite.cpp プロジェクト: KreXor/cpp-gameEngine
void Sprite::PlayAnimation()
{
	Animation* temp;
	temp = pAnimations->GetAnimation( current_behaviour );

	temp->PlayAnimation();
}