Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ue4-plugin/4.26/RTXGI-UE4.26.1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3742,7 +3742,7 @@ index 00000000000..2997e3c3ecd
+ // Update the probe scroll offset count
+ ProbeScrollOffset.X += Translation.X;
+ ProbeScrollOffset.Y += Translation.Y;
+ ProbeScrollOffset.X += Translation.Z;
+ ProbeScrollOffset.Z += Translation.Z;
+ }
+
+ // Set the probe scroll offsets
Expand Down
2 changes: 1 addition & 1 deletion ue4-plugin/4.26/RTXGI-UE4.26.2.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3742,7 +3742,7 @@ index 00000000000..2997e3c3ecd
+ // Update the probe scroll offset count
+ ProbeScrollOffset.X += Translation.X;
+ ProbeScrollOffset.Y += Translation.Y;
+ ProbeScrollOffset.X += Translation.Z;
+ ProbeScrollOffset.Z += Translation.Z;
+ }
+
+ // Set the probe scroll offsets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ void UDDGIVolumeComponent::UpdateRenderThreadData()
// Update the probe scroll offset count
ProbeScrollOffset.X += Translation.X;
ProbeScrollOffset.Y += Translation.Y;
ProbeScrollOffset.X += Translation.Z;
ProbeScrollOffset.Z += Translation.Z;
}

// Set the probe scroll offsets.
Expand Down