GP: Fix stupid mistake

This commit is contained in:
Antonio Vazquez 2018-09-19 12:15:53 +02:00
parent 25f25a6f30
commit a349527981
Notes: blender-bot 2024-05-02 21:33:31 +02:00
Referenced by issue #56867, A crash regarding Edge Select and Face Select
Referenced by issue #56843, Building on Windows: Case sensitivity folders issue
1 changed files with 1 additions and 1 deletions

View File

@ -570,7 +570,7 @@ void GPENCIL_cache_populate(void *vedata, Object *ob)
/* if multiwindow and onion, set as dirty */
if ((stl->storage->is_multiwindow) &&
(gpd->flag & GP_DATA_SHOW_ONIONSKINS)
(gpd->flag & GP_DATA_SHOW_ONIONSKINS))
{
gpd->flag |= GP_DATA_CACHE_IS_DIRTY;
}