We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6e005a commit 75e18b9Copy full SHA for 75e18b9
src/HoldButtonManager.hpp
@@ -15,16 +15,16 @@ class HoldButtonManager : CCNode {
15
16
}
17
~HoldButtonManager(){
18
- log::debug("deleting");
+ //log::debug("deleting");
19
m_animate->release();
20
21
22
23
static HoldButtonManager* get() {
24
if(!instance){
25
instance = new HoldButtonManager();
26
- log::debug("this should only happen once");
27
- log::debug("afterafterafter{}", instance->m_animate->retainCount());
+ //log::debug("this should only happen once");
+ //log::debug("afterafterafter{}", instance->m_animate->retainCount());
28
29
log::debug("afterafterafter{}", instance->m_animate->retainCount());
30
return instance;
0 commit comments