mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 12:54:40 +00:00
Remove "typename" from get_neighboring_pixels() params.
This commit is contained in:
parent
d57677d80b
commit
5576ea7e7c
@ -33,7 +33,7 @@ inline void get_neighboring_pixels(const Image* sourceImage, int x, int y,
|
|||||||
int width, int height,
|
int width, int height,
|
||||||
int centerX, int centerY,
|
int centerX, int centerY,
|
||||||
TiledMode tiledMode,
|
TiledMode tiledMode,
|
||||||
typename Delegate& delegate)
|
Delegate& delegate)
|
||||||
{
|
{
|
||||||
int dx, dy;
|
int dx, dy;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user