mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-29 06:12:59 -06:00
.developing DrawGL
git-svn-id: svn://ultimatepp.org/upp/trunk@12649 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
3cf7c8ca48
commit
44eddeca8c
4 changed files with 13 additions and 4 deletions
|
|
@ -14,6 +14,9 @@ void DrawGL::Init(Size sz, double alpha)
|
|||
SyncScissor();
|
||||
prev = Point(0, 0);
|
||||
path_done = false;
|
||||
DLOG("DrawGL::Init");
|
||||
DDUMP(dd.vs);
|
||||
DDUMP(dd.off);
|
||||
}
|
||||
|
||||
DrawGL::~DrawGL()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue