Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some render stuff #395

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Some render stuff #395

wants to merge 2 commits into from

Conversation

Mr-Auto
Copy link
Contributor

@Mr-Auto Mr-Auto commented Aug 8, 2024

No description provided.

@@ -138,7 +138,7 @@ auto g_angle_style = CORNER_FINISH::ADAPTIVE;

void VanillaRenderContext::set_corner_finish(CORNER_FINISH c)
{
g_angle_style = c;
g_angle_style = c; // can i make this per lua environment instead of global?
Copy link
Contributor Author

@Mr-Auto Mr-Auto Aug 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would make more sense i think, dunno how to do it thou

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess make this function set it in an optional field in the calling backend, then make VanillaRenderContext constructor get it from the calling backend?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants