Add this->

This commit is contained in:
Bodmer 2018-04-12 01:55:38 +01:00 committed by GitHub
parent 82b749a93a
commit bdc9821b7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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;