mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fix unused variable error (nw)
This commit is contained in:
parent
9bc4493d90
commit
afee3ba75f
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ private:
|
|||
vec2f m_stop; // ending UV coordinates
|
||||
vec2f m_rawdims; // raw dims of the texture
|
||||
int m_type; // what type of texture are we?
|
||||
int m_xborderpix, m_yborderpix; // number of border pixels on X/Y
|
||||
int m_xprescale, m_yprescale; // X/Y prescale factor
|
||||
int m_cur_frame; // what is our current frame?
|
||||
IDirect3DTexture9 * m_d3dtex; // Direct3D texture pointer
|
||||
|
|
Loading…
Reference in a new issue