mirror of https://github.com/axmolengine/axmol.git
1、fixes Trigger condition value can't be export.
This commit is contained in:
parent
80de57be39
commit
1530ba4a90
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue