I appear to be unable to spell
This commit is contained in:
parent
1e4c95213f
commit
fed98897c6
@ -192,7 +192,7 @@ public:
|
|||||||
|
|
||||||
UINT width, height;
|
UINT width, height;
|
||||||
LPBYTE lpData = GetCursorData(hIcon, ii, 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);
|
cursorTexture = CreateTexture(width, height, GS_BGRA, lpData, FALSE);
|
||||||
if(cursorTexture)
|
if(cursorTexture)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user