View dependent order of rendering for layers editing visual hints to keep the correct transparency

This commit is contained in:
Enrico Turri 2019-07-02 15:49:18 +02:00
parent 0bcad2a5c5
commit 90daffccf2
3 changed files with 24 additions and 13 deletions

View file

@ -220,6 +220,8 @@ public:
void msw_rescale();
const Camera& get_camera() const;
private:
struct priv;
std::unique_ptr<priv> p;