mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-01 10:21:04 +00:00
Fix compilation when !ENABLE_SCRIPTING
This commit is contained in:
parent
c1a62510a5
commit
a7f3fc968a
@ -1099,7 +1099,9 @@ void Extensions::generateExtensionSignals(Extension* extension)
|
||||
if (extension->hasThemes()) ThemesChange(extension);
|
||||
if (extension->hasPalettes()) PalettesChange(extension);
|
||||
if (extension->hasDitheringMatrices()) DitheringMatricesChange(extension);
|
||||
#ifdef ENABLE_SCRIPTING
|
||||
if (extension->hasScripts()) ScriptsChange(extension);
|
||||
#endif
|
||||
}
|
||||
|
||||
} // namespace app
|
||||
|
Loading…
x
Reference in New Issue
Block a user