Skip to content

Commit

Permalink
- Fix region flags in carousel view.
Browse files Browse the repository at this point in the history
- Update XZ Embedded.
  • Loading branch information
Extrems committed Apr 7, 2024
1 parent 45fc405 commit 96bf27c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion cube/packer/source/xz/xz_dec_bcj.c
Expand Up @@ -5,7 +5,6 @@
*
* Authors: Lasse Collin <lasse.collin@tukaani.org>
* Igor Pavlov <https://7-zip.org/>
* Jia Tan <jiat0218@gmail.com>
*/

#include "xz_private.h"
Expand Down
2 changes: 1 addition & 1 deletion cube/packer/source/xz/xz_stream.h
Expand Up @@ -18,7 +18,7 @@

/*
* See the .xz file format specification at
* https://xz.tukaani.org/format/xz-file-format.txt
* https://tukaani.org/xz/xz-file-format.txt
* to understand the container format.
*/

Expand Down
1 change: 1 addition & 0 deletions cube/swiss/source/gui/FrameBufferMagic.c
Expand Up @@ -1139,6 +1139,7 @@ static void _DrawFileBrowserButton(uiDrawObj_t *evt) {
// Region
if(file->meta && file->meta->regionTexObj) {
drawString(data->x2 - borderSize - 83, data->y2-(borderSize+46), "Region:", 0.45f, false, defaultColor);
drawInit();
_DrawTexObjNow(file->meta->regionTexObj, data->x2 - 44, data->y2-(borderSize+50), 32, 20, 0, 0.0f, 1.0f, 0.0f, 1.0f, 0);
}

Expand Down

0 comments on commit 96bf27c

Please sign in to comment.