diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-28 18:53:27 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-28 18:53:27 +0200 |
commit | f234e5787c07c3963f661024a8480f5d6d93a78f (patch) | |
tree | 9ea43ca90249474e474d9cb0ff04f7990a84dac5 /src | |
parent | cd663ba4dee4c15413d26a2cd6ce9c191f6fabf3 (diff) |
Sigh more shitr
Diffstat (limited to 'src')
-rw-r--r-- | src/Body.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Body.cpp b/src/Body.cpp index 3acaf3b..a1eb592 100644 --- a/src/Body.cpp +++ b/src/Body.cpp @@ -1058,8 +1058,8 @@ namespace QuickMedia { } } else if(item->thumbnail_size.x > 0) { text_offset_x += image_padding_x + content_size.x; - if(!merge_with_previous) - image_height = content_size.y; + //if(!merge_with_previous) + // image_height = content_size.y; } if(load_texture) |