GP: Fix fast drawing error
During the modifications of the drawing engine, this was changed by error.
This commit is contained in:
Submodule release/scripts/addons updated: 1a5f14657e...371960484a
Submodule release/scripts/addons_contrib updated: b4496a81e4...15b25a4278
@@ -382,9 +382,9 @@ void GPENCIL_cache_init(void *vedata)
|
||||
(stl->storage->is_playing == false))
|
||||
{
|
||||
if (((obact_gpd->runtime.sbuffer_sflag & GP_STROKE_ERASER) == 0) &&
|
||||
(obact_gpd->runtime.sbuffer_size > 1))
|
||||
(obact_gpd->runtime.sbuffer_size > 0))
|
||||
{
|
||||
stl->g_data->session_flag = GP_DRW_PAINT_PAINTING;
|
||||
stl->g_data->session_flag |= GP_DRW_PAINT_PAINTING;
|
||||
}
|
||||
else {
|
||||
stl->g_data->session_flag = GP_DRW_PAINT_IDLE;
|
||||
|
||||
Reference in New Issue
Block a user