Anyone have a guess at what's wrong here? The type...
# announcements
r
Anyone have a guess at what's wrong here? The types are clearly spelled out, and they do match (I double checked).
n
stupid question: are the imports correct?
r
Yes, that's what I meant by "they do match"
s
another dumb question: does
.mixed(vec2, vec2)
maybe not return
Vector2
?
I’ve run into something similar in one of my own projects, but I don’t remember there being a concrete solution
which makes me wonder if an IDE restart fixed the problem
r
@Shawn The return types do match. It must have been a cache issue because a restart fixed the problem.
s
oof, all right
at least it’s working now lol
r
Indeed. Thanks for the idea.
👍 1