adjust tex coord order

This commit is contained in:
Glenn Maynard
2003-04-21 02:44:11 +00:00
parent e15dcc2ab5
commit cc2756d2f7
+1 -1
View File
@@ -61,8 +61,8 @@ void Banner::Update( float fDeltaTime )
float fTexCoords[8] =
{
0+m_fPercentScrolling, pTextureRect->bottom, // bottom left
0+m_fPercentScrolling, pTextureRect->top, // top left
0+m_fPercentScrolling, pTextureRect->bottom, // bottom left
1+m_fPercentScrolling, pTextureRect->bottom, // bottom right
1+m_fPercentScrolling, pTextureRect->top, // top right
};