fix: add default value for tex_resolution width
This commit is contained in:
@@ -289,6 +289,7 @@ static bool init(const Parameters *params) {
|
|||||||
|
|
||||||
window_startup(error_callback);
|
window_startup(error_callback);
|
||||||
|
|
||||||
|
context.tex_resolution[0] = params->internal_size;
|
||||||
context.tex_resolution[1] = params->internal_size;
|
context.tex_resolution[1] = params->internal_size;
|
||||||
|
|
||||||
if (params->output) {
|
if (params->output) {
|
||||||
|
|||||||
Reference in New Issue
Block a user