1
0

Fix TOUCH

This commit is contained in:
otya128
2016-12-17 16:52:09 +09:00
parent c5e93745f4
commit c1497252aa

View File

@@ -800,7 +800,9 @@ class PetitComputer
{
if (touchPosition.tm)
{
touchPosition = Touch(0, mousex, mousey);
auto old = touchPosition;
old.tm = 0;
touchPosition = old;
}
}
}