Fix pcg::blur
This commit is contained in:
parent
ed4d75c498
commit
e1b1030160
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ namespace psemek::pcg
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename T, typename To, typename From>
|
template <typename T>
|
||||||
gfx::basic_pixmap<T> blur(gfx::basic_pixmap<T> const & p, int size, float sigma, seamless_tag)
|
gfx::basic_pixmap<T> blur(gfx::basic_pixmap<T> const & p, int size, float sigma, seamless_tag)
|
||||||
{
|
{
|
||||||
return blur(p, util::id, util::id, size, sigma, seamless);
|
return blur(p, util::id, util::id, size, sigma, seamless);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue