Minor fixes

This commit is contained in:
Henrik Rydgard 2012-08-31 12:11:11 +02:00
parent 32031a255e
commit c1d198914c
2 changed files with 6 additions and 4 deletions

View file

@ -208,7 +208,7 @@ int main(int argc, char *argv[]) {
}
#endif
NativeInit(argc, (const char **)argv, path, "BADCOFFEE");
NativeInit(argc, (const char **)argv, path, "", "BADCOFFEE");
float density = 1.0f;
dp_xres = (float)pixel_xres * density / zoom;