forked from organicmaps/organicmaps
Correct texture updating
This commit is contained in:
parent
159c7b4b20
commit
ea3ceff82a
1 changed files with 2 additions and 1 deletions
|
@ -26,10 +26,11 @@ public:
|
|||
|
||||
virtual void UpdateState()
|
||||
{
|
||||
this->Bind();
|
||||
m_indexer.UploadResources(MakeStackRefPointer<Texture>(this));
|
||||
}
|
||||
|
||||
private:
|
||||
public:
|
||||
mutable TIndexer m_indexer;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue