Handling ready buttons

This commit is contained in:
Zoe Roux
2021-06-14 10:42:50 +02:00
parent a1eb7be98b
commit de579ccda6
3 changed files with 16 additions and 12 deletions
+1
View File
@@ -38,6 +38,7 @@ namespace RAY {
return *this;
this->_texture = this->_texturesCache.fetch(filename);
this->_resourcePath = filename;
this->_dimensions = Vector2(this->_texture->width, this->_texture->height);
return *this;
}