Apply formating to all files. CLeanup
This commit is contained in:
parent
b4ae5dde77
commit
91fb72bd49
928 changed files with 14515 additions and 21479 deletions
|
|
@ -19,17 +19,11 @@ namespace tp {
|
|||
|
||||
using namespace tp;
|
||||
|
||||
Graphics::Canvas::Canvas() {
|
||||
mContext = new Context();
|
||||
}
|
||||
Graphics::Canvas::Canvas() { mContext = new Context(); }
|
||||
|
||||
Graphics::Canvas::~Canvas() {
|
||||
delete mContext;
|
||||
}
|
||||
Graphics::Canvas::~Canvas() { delete mContext; }
|
||||
|
||||
void Graphics::Canvas::init() {
|
||||
mContext->vg = nvgCreateGL3(NVG_ANTIALIAS | NVG_STENCIL_STROKES);
|
||||
}
|
||||
void Graphics::Canvas::init() { mContext->vg = nvgCreateGL3(NVG_ANTIALIAS | NVG_STENCIL_STROKES); }
|
||||
|
||||
void Graphics::Canvas::deinit() {
|
||||
// Cleanup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue