Skip to content

[Suggestion] FOV slider code cleanup #1348

@rtm516

Description

@rtm516

Describe the solution you'd like

Looks like when this was added it didn't use the existing TempString variable like the others and can to save on allocating another block of memory. Should be a quick fix for anyone who wants to tackle it

WCHAR tempString[256];
swprintf(tempString, 256, L"FOV: %d", fovValue);
m_sliderFOV.setLabel(tempString);

Is your suggestion related to a problem?

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions