Skip to content

Commit

Permalink
chore: change default frame generation mode
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlum committed Dec 14, 2024
1 parent 5d65fa4 commit 26966ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Streamline.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Streamline
sl::ViewportHandle viewport{ 0 };
sl::FrameToken* frameToken;

sl::DLSSGMode frameGenerationMode = sl::DLSSGMode::eAuto;
sl::DLSSGMode frameGenerationMode = sl::DLSSGMode::eOn;

HMODULE interposer = NULL;

Expand Down

0 comments on commit 26966ba

Please sign in to comment.