修复相机normalTime的bug
This commit is contained in:
parent
4704defe44
commit
512ee1a3ca
@ -598,7 +598,7 @@ namespace XMLTool
|
|||||||
act.args.Add("nearTime","0");
|
act.args.Add("nearTime","0");
|
||||||
}
|
}
|
||||||
|
|
||||||
XAttribute normalTime = action.Attribute("farTinormalTimeme");
|
XAttribute normalTime = action.Attribute("normalTime");
|
||||||
if (normalTime != null)
|
if (normalTime != null)
|
||||||
{
|
{
|
||||||
act.args.Add("normalTime", normalTime.Value);
|
act.args.Add("normalTime", normalTime.Value);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user