Skip to content

Commit

Permalink
Fix color space for Mac.
Browse files Browse the repository at this point in the history
Diffs=
e40e078f4d Fix color space for Mac. (#8674)

Co-authored-by: Tod-Rive <[email protected]>
  • Loading branch information
Tod-Rive and Tod-Rive committed Dec 3, 2024
1 parent 02bd50c commit 421eea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c642488df3636d45afa87ab97234859389aa9ea1
e40e078f4dd801fa0d0be28690e3a21fd4643e74
3 changes: 1 addition & 2 deletions Source/Rive/Private/Rive/RiveTexture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,7 @@ void URiveTexture::InitializeResources() const
.SetFlags(ETextureCreateFlags::UAV |
ETextureCreateFlags::Dynamic |
ETextureCreateFlags::ShaderResource |
ETextureCreateFlags::RenderTargetable |
ETextureCreateFlags::SRGB);
ETextureCreateFlags::RenderTargetable);

#if !(PLATFORM_IOS || PLATFORM_MAC) // SRGB could have been manually overriden
if (SRGB)
Expand Down

0 comments on commit 421eea7

Please sign in to comment.