asdf
This commit is contained in:
parent
f51035e8a0
commit
e0aae156af
|
@ -33,7 +33,7 @@ struct FurnaceGUIRenderMetalPrivate {
|
|||
|
||||
class FurnaceMetalTexture: public FurnaceGUITexture {
|
||||
public:
|
||||
MTLTexture* tex;
|
||||
id<MTLTexture> tex;
|
||||
FurnaceMetalTexture():
|
||||
tex(NULL) {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue