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

add operation type #207

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

Conversation

RodrigoHamuy
Copy link
Sponsor

Added this small patch manually :) Not sure if these files are generated automatically.

src/index.d.ts Outdated
@@ -50,7 +50,7 @@ export class Evaluator {
export class Operation extends Brush {

isOperation: boolean;
// operation
operation: number;
Copy link
Owner

Choose a reason for hiding this comment

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

Thank you! Lets change this to CSGOperation. And while we're here can you add the new HOLLOW_SUBTRACTION and HOLLOW_INTERSECTION operations to the CSGOperation enum above?

Copy link
Sponsor Author

Choose a reason for hiding this comment

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

Sorry, totally missed this. Updated :)

@gkjohnson gkjohnson added this to the v0.0.17 milestone Apr 17, 2024
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