From bde70f21743a2d0c3287d19ea9c7f1400e07eb6a Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Wed, 11 Aug 2021 10:51:33 +0200 Subject: [PATCH] Constructing Toolbox according to new signature --- src/main_testing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_testing.cpp b/src/main_testing.cpp index cc444ea..543bb2b 100644 --- a/src/main_testing.cpp +++ b/src/main_testing.cpp @@ -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"); -- GitLab