Skip to content

Commit

Permalink
sgeo-7.1.10 alternate strategy 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Oct 13, 2024
1 parent a66c0d1 commit 15a1736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sgeo-7.1.10/VR_Sgeo_2024.7.1.10.mergeconflict-fixes.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -ur --binary '--exclude=.git' ../Firestormx/indra/llrender/llrendertarget.h ./indra/llrender/llrendertarget.h
--- ../Firestormx/indra/llrender/llrendertarget.h 2024-10-13 00:20:15.021678600 +0000
+++ ./indra/llrender/llrendertarget.h 2024-10-13 00:14:01.000000000 +0000
@@ -144,16 +144,13 @@
@@ -144,16 +144,12 @@

LLTexUnit::eTextureType getUsage(void) const { return mUsage; }

Expand All @@ -13,7 +13,7 @@ diff -ur --binary '--exclude=.git' ../Firestormx/indra/llrender/llrendertarget.h
U32 getFBO();
// END P373R Sgeo

U32 getDepth(void) const { return mDepth; }
- U32 getDepth(void) const { return mDepth; }
->>>>>>> sgeo/VR_Sgeo_2024

U32 getDepth(void) const { return mDepth; }
Expand Down

0 comments on commit 15a1736

Please sign in to comment.