1
This commit is contained in:
parent
7677df886c
commit
3b4fafd137
@ -28,7 +28,6 @@ bool AttrHelper::ParseAttr(std::shared_ptr<a8::XObject> xobj,
|
||||
std::shared_ptr<a8::XObject> obj = xobj->At(i);
|
||||
if (obj->IsObject()) {
|
||||
int attr_id = obj->Get("attr_id", 0);
|
||||
int type = obj->Get("type", 0);
|
||||
int val = obj->Get("val", 0);
|
||||
{
|
||||
float* p = GetAttrAbsPtr(attr_abs, attr_id);
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#include <f8/udplog.h>
|
||||
#include <f8/msgqueue.h>
|
||||
#include <f8/jsonhttprequest.h>
|
||||
|
||||
#include "handlermgr.h"
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
#include <a8/mutable_xobject.h>
|
||||
|
||||
#include <f8/udplog.h>
|
||||
#include <f8/jsonhttprequest.h>
|
||||
|
||||
#include "httpproxy.h"
|
||||
#include "app.h"
|
||||
|
@ -18,6 +18,11 @@ namespace cs
|
||||
class SMUpdate;
|
||||
}
|
||||
|
||||
namespace a8
|
||||
{
|
||||
class MutableXObject;
|
||||
}
|
||||
|
||||
struct HumanBehavior
|
||||
{
|
||||
long long curr_start_destory_box_frameno = 0;
|
||||
|
2
third_party/f8
vendored
2
third_party/f8
vendored
@ -1 +1 @@
|
||||
Subproject commit 558c4343d337d178932ab36bafcd8b6357cac216
|
||||
Subproject commit b64621b7b5f53549bb6284d51abb9c3d62e1738f
|
Loading…
x
Reference in New Issue
Block a user