mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Fix indentation of if statement
This commit is contained in:
parent
b015b16da5
commit
d93fdfd49e
@ -958,11 +958,11 @@ void DocExporter::captureSamples(Samples& samples,
|
||||
else if (m_ignoreEmptyCels)
|
||||
refColor = sprite->transparentColor();
|
||||
|
||||
if (!algorithm::shrink_bounds(sampleRender.get(),
|
||||
refColor,
|
||||
nullptr, // layer
|
||||
spriteBounds, // startBounds
|
||||
frameBounds)) { // output bounds
|
||||
if (!algorithm::shrink_bounds(sampleRender.get(),
|
||||
refColor,
|
||||
nullptr, // layer
|
||||
spriteBounds, // startBounds
|
||||
frameBounds)) { // output bounds
|
||||
// If shrink_bounds() returns false, it's because the whole
|
||||
// image is transparent (equal to the mask color).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user