minor update

This commit is contained in:
Blaise Tine
2021-03-31 18:56:03 -04:00
parent e6cb148ce1
commit 99ca04ce8c
6 changed files with 5 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
///////////////////////////////////////////////////////////////////////////////
const char* kernel_file = "kernel.bin";
const char* input_file = "toad.tga";
const char* input_file = "palette.tga";
const char* output_file = "output.tga";
int wrap = 0;
int filter = 0;