Closed thefiddler closed 10 years ago
Merged!
Did someone update the dependencies submodule for these changes? When I try to build MG WindowsGL I get a bunch of errors from my OpenTK version 1.1 which specifically relate to the changes in this PR .. (Mouse.GetCursorState for instance)
My fork has GUID 16081bfb285e6449381dc1bfa704dea1a5e7efb2 for this module, but the latest head is not this GUID. Do we have to manually update the head on a submodule of a forked repo? hmmmm.
Did you do....
git submodule update
?
yeah, I did that and --init, and did it a few times, and then went to the GitHub.com repo and verified that MG is on a head that is not the same as the current, as far as I could tell. 16081bf is the most recent submodule head for depds.
ha! 16081bf is the May 18 version of dependencies, and May 19 was the Open TK 1.1.2 commit. :dancer:
I had to manually update the revision for the submodule in our fork. Weird.
Possibly you ran into a conflict at some point and didn't get the submodule update merged correctly. I've done this before myself... it is confusing.
Yeah, I think this may have been a carry over from a fiddler merge that had a conflict in it. crazy. grrrr
This release contains important fixes for MonoGame:
This PR is a prerequisite for https://github.com/mono/MonoGame/issues/2464, https://github.com/mono/MonoGame/issues/2422 and a number of other issues.