save code
This commit is contained in:
+3
-1
@@ -161,8 +161,9 @@ private:
|
||||
VkDescriptorSetLayout m_descriptorSetLayout_bg = VK_NULL_HANDLE;
|
||||
VkDescriptorSet m_descriptor_set_bg = VK_NULL_HANDLE;
|
||||
|
||||
|
||||
bool _secondfaceAppInited = true;
|
||||
public:
|
||||
void clearnSecondFaceApp();
|
||||
void Start();
|
||||
void Stop();
|
||||
void loadMotionThread();
|
||||
@@ -211,6 +212,7 @@ public:
|
||||
|
||||
void ResumeMotion();
|
||||
bool _faceAppInited = false;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user