begin new serialization framework
also got rid of STL dependency on triangulator
This commit is contained in:
@ -1439,7 +1439,6 @@ void OS_Windows::warp_mouse_pos(const Point2& p_to) {
|
||||
|
||||
SetCursorPos(p.x,p.y);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Point2 OS_Windows::get_mouse_pos() const {
|
||||
|
||||
Reference in New Issue
Block a user