1、fixes Trigger condition value can't be export.

This commit is contained in:
zhangcheng 2014-07-16 16:12:55 +08:00
parent 80de57be39
commit 1530ba4a90
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ void TriggerMng::buildJson(rapidjson::Document &document, cocostudio::CocoLoader
{
dataitem.AddMember("value", str5, allocator);
}
else if(type == rapidjson::kNumberType)
else
{
int nV = atoi(str5);
float fV = atof(str5);