small refactoring
This commit is contained in:
@@ -24,7 +24,6 @@
|
||||
|
||||
class Texture2DArray
|
||||
{
|
||||
friend class ObjectBase;
|
||||
public:
|
||||
Texture2DArray(bool filter);
|
||||
~Texture2DArray();
|
||||
@@ -49,7 +48,6 @@ private:
|
||||
QSize size_;
|
||||
int layers_;
|
||||
bool filtering_;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user