Cleanup: Fix typo in comment

This commit is contained in:
Sergey Sharybin
2018-12-17 16:33:49 +01:00
parent 4f220cd1cd
commit 0d511e05d3

View File

@@ -740,7 +740,7 @@ static int bake(
}
}
else {
/* when saving extenally always use the size specified in the UI */
/* when saving externally always use the size specified in the UI */
num_pixels = (size_t)width * (size_t)height * bake_images.size;