mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-27 22:40:41 -05:00
Coding style cleanup
This commit is contained in:
@@ -94,10 +94,12 @@ bool TextureCygnet::updateTextureResource() {
|
||||
if (imageFile.corrupted) {
|
||||
delete[] imageFile.buffer;
|
||||
return false;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
_imageFile = imageFile;
|
||||
}
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user