mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 14:01:25 +12:00
gl: Restore commented out line
- Byte order step was disabled for debugging and not restored
This commit is contained in:
parent
70f2577b9e
commit
149d550f7e
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ namespace gl
|
||||||
|
|
||||||
pixel_pack_settings pack_settings;
|
pixel_pack_settings pack_settings;
|
||||||
pack_settings.alignment(1);
|
pack_settings.alignment(1);
|
||||||
//pack_settings.swap_bytes(pack_unpack_swap_bytes);
|
pack_settings.swap_bytes(pack_unpack_swap_bytes);
|
||||||
|
|
||||||
src->copy_to(nullptr, format, type, pack_settings);
|
src->copy_to(nullptr, format, type, pack_settings);
|
||||||
real_pitch = src->pitch();
|
real_pitch = src->pitch();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue