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

build issue #1100

Closed
Nilu-Ahire-Patil opened this issue Dec 4, 2024 · 2 comments · Fixed by #1101
Closed

build issue #1100

Nilu-Ahire-Patil opened this issue Dec 4, 2024 · 2 comments · Fixed by #1101

Comments

@Nilu-Ahire-Patil
Copy link

Nilu-Ahire-Patil commented Dec 4, 2024

\manifold\meshIO.h(41,15): error C2397: conversion from 'double' to 'int' requires a narrowing conversion

// #manifold/meshIO.h

int alpha = 1.0;
on line 41 you pass a double value to an int-type variable
it must be a double

@pca006132
Copy link
Collaborator

@elalish alpha shouldn't be an integer...?

@elalish
Copy link
Owner

elalish commented Dec 4, 2024

oh yeah, that's definitely wrong!

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 a pull request may close this issue.

3 participants