I appear to be unable to spell

This commit is contained in:
Richard Stanway 2013-08-03 15:45:26 -04:00
parent 1e4c95213f
commit fed98897c6

View File

@ -192,7 +192,7 @@ public:
UINT width, height;
LPBYTE lpData = GetCursorData(hIcon, ii, width, height);
if(lpData && widrh && height)
if(lpData && width && height)
{
cursorTexture = CreateTexture(width, height, GS_BGRA, lpData, FALSE);
if(cursorTexture)