- fix use after delete of some textures

This commit is contained in:
Magnus Norddahl 2019-05-27 21:23:58 +02:00
commit b6e00cb208
6 changed files with 30 additions and 17 deletions

View file

@ -62,4 +62,5 @@ private:
std::vector<std::unique_ptr<PolyVertexInputAssembly>> mVertexFormats;
bool mDepthClamp = true;
int mTempTM = TM_NORMAL;
};