mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Removes spaces from new line
This commit is contained in:
parent
fb3b2a7476
commit
892c566df9
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ namespace SohImGui {
|
||||||
if (ImGui::BeginMenu("Graphics"))
|
if (ImGui::BeginMenu("Graphics"))
|
||||||
{
|
{
|
||||||
EnhancementSliderInt("Internal Resolution: %dx", "##IMul", "gInternalResolution", 1, 8, "");
|
EnhancementSliderInt("Internal Resolution: %dx", "##IMul", "gInternalResolution", 1, 8, "");
|
||||||
Tooltip("Increases the render resolution of the game, up to 8x your output resolution,\n as a more intensive but effective form of anti-aliasing");
|
Tooltip("Increases the render resolution of the game, up to 8x your output resolution,\nas a more intensive but effective form of anti-aliasing");
|
||||||
gfx_current_dimensions.internal_mul = CVar_GetS32("gInternalResolution", 1);
|
gfx_current_dimensions.internal_mul = CVar_GetS32("gInternalResolution", 1);
|
||||||
EnhancementSliderInt("MSAA: %d", "##IMSAA", "gMSAAValue", 1, 8, "");
|
EnhancementSliderInt("MSAA: %d", "##IMSAA", "gMSAAValue", 1, 8, "");
|
||||||
Tooltip("Activates anti-aliasing when above 1, up to 8x for 8 samples for every pixel");
|
Tooltip("Activates anti-aliasing when above 1, up to 8x for 8 samples for every pixel");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue