Trying to add history to the Fill tool

This commit is contained in:
2017-07-15 10:51:58 +01:00
parent 4666a3dffc
commit 4e765f1450
6 changed files with 112 additions and 17 deletions

View File

@@ -73,7 +73,7 @@ void App::initShaders()
"in vec4 pos;"
"void main(){"
" gl_Position = mvp * pos;"
" gl_PointSize = 15.0;"
" gl_PointSize = 5.0;"
"}";
static const char* shader_color_f =
SHADER_VERSION