mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复MOD加载摸头参数错误 fix #375
This commit is contained in:
parent
46bc7b609f
commit
8b55b741d1
@ -292,7 +292,7 @@ namespace VPet_Simulator.Core
|
||||
if (lps.FindLine("touchhead") != null && lps["touchhead"][(gdbe)"py"] != 0)
|
||||
{
|
||||
TouchHeadLocate = new Point(lps["touchhead"][(gdbe)"px"], lps["touchhead"][(gdbe)"py"]);
|
||||
TouchHeadSize = new Size(lps["touchhead"][(gdbe)"sw"], lps["touchhead"][(gdbe)"wh"]);
|
||||
TouchHeadSize = new Size(lps["touchhead"][(gdbe)"sw"], lps["touchhead"][(gdbe)"sh"]);
|
||||
}
|
||||
if (lps.FindLine("touchbody") != null && lps["touchbody"][(gdbe)"py"] != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user