Minor fixes
This commit is contained in:
parent
32031a255e
commit
c1d198914c
2 changed files with 6 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue