Fix white noise
This commit is contained in:
parent
4a583d092c
commit
d3b306f29e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ namespace psemek::pcg
|
|||
|
||||
dist d{range};
|
||||
|
||||
gfx::basic_pixmap<T> result(width, height);
|
||||
gfx::basic_pixmap<T> result({width, height});
|
||||
|
||||
for (std::size_t x = 0; x < width; ++x)
|
||||
for (std::size_t y = 0; y < height; ++y)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue