Fix compile with PSXGPU_DEBUG_VIEWER on (nw)

This commit is contained in:
angelosa 2017-05-16 08:21:18 +02:00
parent 83b0acf8be
commit 691ad34a25

View File

@ -363,7 +363,7 @@ int psxgpu_device::DebugTextureDisplay( bitmap_ind16 &bitmap )
}
p_n_interleave[ n_x ] = p_p_vram[ n_yi ][ n_xi ];
}
draw_scanline16( bitmap, 0, n_y, width, p_n_interleave, m_screen->palette()->pens() );
draw_scanline16( bitmap, 0, n_y, width, p_n_interleave, m_screen->palette().pens() );
}
}
return m_debug.b_texture;