diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-08-26 21:59:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-26 21:59:07 +0200 |
commit | 6185976372af1dbab561853f2d91386d62c55e2c (patch) | |
tree | 809d21e69ffc84811090512538a6f6cc921d5bb2 /core/image.h | |
parent | 1cea44de19215578e1fc54eb3d78d789032eb462 (diff) | |
parent | c362527cb5eea651d1332d3891166526df69ec51 (diff) |
Merge pull request #31681 from Xrayez/image-indexed-outdated
Modify outdated comments and error messages regarding indexed images
Diffstat (limited to 'core/image.h')
-rw-r--r-- | core/image.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/image.h b/core/image.h index d17571399d..f29a30cda0 100644 --- a/core/image.h +++ b/core/image.h @@ -220,9 +220,7 @@ public: /** * Resize the image, using the preferred interpolation method. - * Indexed-Color images always use INTERPOLATE_NEAREST. */ - void resize_to_po2(bool p_square = false); void resize(int p_width, int p_height, Interpolation p_interpolation = INTERPOLATE_BILINEAR); void shrink_x2(); |