performance enhancements
better 2D drawing
This commit is contained in:
@@ -39,7 +39,9 @@ class MapView2D : public QWidget {
|
||||
|
||||
private:
|
||||
|
||||
std::vector<Renderable2D*> elements;
|
||||
std::vector<Renderable2D*> elementsA;
|
||||
std::vector<Renderable2D*> elementsB;
|
||||
|
||||
ColorPoints2D* colorPoints = nullptr;
|
||||
Path2D* pathToDest = nullptr;
|
||||
Path2D* pathWalked = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user