소스 검색

[macOS] Fix macOS producing alert sound on some input actions.

bruvzg 3 년 전
부모
커밋
5c641372fc
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      platform/osx/godot_content_view.mm

+ 4 - 0
platform/osx/godot_content_view.mm

@@ -117,6 +117,10 @@
 	}
 }
 
+- (void)doCommandBySelector:(SEL)aSelector {
+	[self tryToPerform:aSelector with:self];
+}
+
 - (void)unmarkText {
 	ime_input_event_in_progress = false;
 	[[marked_text mutableString] setString:@""];