InputHandler::Create
This commit is contained in:
@@ -27,8 +27,6 @@
|
|||||||
#include "RageDisplay.h"
|
#include "RageDisplay.h"
|
||||||
#include "Foreach.h"
|
#include "Foreach.h"
|
||||||
|
|
||||||
#include "arch/arch.h"
|
|
||||||
|
|
||||||
RageTextureManager* TEXTUREMAN = NULL;
|
RageTextureManager* TEXTUREMAN = NULL;
|
||||||
|
|
||||||
RageTextureManager::RageTextureManager()
|
RageTextureManager::RageTextureManager()
|
||||||
@@ -115,7 +113,7 @@ RageTexture* RageTextureManager::LoadTextureInternal( RageTextureID ID )
|
|||||||
|
|
||||||
RageTexture* pTexture;
|
RageTexture* pTexture;
|
||||||
if( sExt == "avi" || sExt == "mpg" || sExt == "mpeg" )
|
if( sExt == "avi" || sExt == "mpg" || sExt == "mpeg" )
|
||||||
pTexture = MakeRageMovieTexture( ID );
|
pTexture = RageMovieTexture::Create( ID );
|
||||||
else
|
else
|
||||||
pTexture = new RageBitmapTexture( ID );
|
pTexture = new RageBitmapTexture( ID );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user