Unverified Commit bdc9821b authored by Bodmer's avatar Bodmer Committed by GitHub

Add this->

parent 82b749a9
......@@ -49,8 +49,8 @@ void* TFT_eSprite::createSprite(int16_t w, int16_t h, uint8_t frames)
if ( w < 1 || h < 1 ) return NULL;
_width = _iwidth = _dwidth = w;
_height = _iheight = _dheight = h;
this->_width = _iwidth = _dwidth = w;
this->_height = _iheight = _dheight = h;
this->cursor_x = 0;
this->cursor_y = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment