Trying to add history to the Fill tool
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user