diff --git a/src/main_testing.cpp b/src/main_testing.cpp
index cc444eaa7e7d4564126054f0a3dad2971d70abaf..543bb2bf902dbf0e0c6663ca8dd16aed89576cbb 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");