make image.region readable
This commit is contained in:
@@ -80,3 +80,7 @@ void Image::setTexture(const std::string& name) {
|
||||
void Image::setRegion(const UVRegion& region) {
|
||||
this->region = region;
|
||||
}
|
||||
|
||||
const UVRegion& Image::getRegion() const {
|
||||
return region;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user