finished tutorial 03
This commit is contained in:
@@ -45,7 +45,7 @@ class Texture {
|
||||
|
||||
float getSizeInMB() const;
|
||||
|
||||
inline texwrap_t* getWrapSettings() { return &wrap; }
|
||||
inline const texwrap_t* getWrapSettings() const { return &wrap; }
|
||||
|
||||
inline const std::vector<TextureLink>& getTextureLinks() const {
|
||||
return links;
|
||||
|
||||
Reference in New Issue
Block a user