dmuratshin 8 년 전
부모
커밋
cdf95d214d
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 2 0
      oxygine/src/oxygine/core/oxygine.cpp

+ 1 - 0
.gitignore

@@ -66,3 +66,4 @@ build
 *.VC.VC.opendb
 *.VC.VC.opendb
 oxygine/SDL/win32/oxygine.vcxproj.user
 oxygine/SDL/win32/oxygine.vcxproj.user
 *.iml
 *.iml
+**/.vs/

+ 2 - 0
oxygine/src/oxygine/core/oxygine.cpp

@@ -665,6 +665,8 @@ namespace oxygine
                             if (stage)
                             if (stage)
                                 stage->dispatchEvent(&ev);
                                 stage->dispatchEvent(&ev);
 
 
+                            mc().clear();
+
                             if (!focus)
                             if (!focus)
                                 focusLost();
                                 focusLost();
 #endif
 #endif