Skip to content
Snippets Groups Projects
Commit bde70f21 authored by Pascal Engeler's avatar Pascal Engeler
Browse files

Constructing Toolbox according to new signature

parent 82d0dc88
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ int main(int argc, char** argv) {
int texwidth = WIDTH + tex_offscreen_left + tex_offscreen_right;
int texheight = HEIGHT + tex_offscreen_bottom + tex_offscreen_top;
Toolbox tb(WIDTH, HEIGHT, texwidth, texheight, tex_offscreen_left, tex_offscreen_right, tex_offscreen_bottom, tex_offscreen_top, shd_path);
Toolbox tb(WIDTH, HEIGHT, texwidth, texheight, tex_offscreen_left, tex_offscreen_right, tex_offscreen_bottom, tex_offscreen_top, shd_path, tex_path, rsc_path);
WaveHandler waves(tb);
//waves.initialize(rsc_path + "damp_exp", rsc_path + "ft_palette");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment