fix crash when enabling xBRZ filtering

This commit is contained in:
Flyinghead 2020-02-17 16:58:25 +01:00
parent 8a9400ca29
commit 3ddce6dd45
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public:
deinit();
p_buffer_start = p_current_mipmap = p_current_line = p_current_pixel = buffer.p_buffer_start;
pixels_per_line = buffer.pixels_per_line;
buffer.p_buffer_start = p_current_mipmap = buffer.p_current_line = buffer.p_current_pixel = NULL;
buffer.p_buffer_start = buffer.p_current_mipmap = buffer.p_current_line = buffer.p_current_pixel = NULL;
}
void set_mipmap(int level)