소스 검색

[godot] Keep vorbis for minimal build.

badlogic 3 년 전
부모
커밋
a19262ca3a
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .gitignore
  2. 0 1
      spine-godot/custom.py

+ 1 - 0
.gitignore

@@ -172,3 +172,4 @@ spine-godot/example/.import
 spine-godot/spine_godot/*.obj
 *.bc
 spine-godot/example/.godot
+spine-godot/example-v4/.godot

+ 0 - 1
spine-godot/custom.py

@@ -26,7 +26,6 @@ module_theora_enabled = "no"
 module_tinyexr_enabled = "no"
 module_upnp_enabled = "no"
 module_vhacd_enabled = "no"
-module_vorbis_enabled = "no"
 module_webm_enabled = "no"
 module_webp_enabled = "no"
 module_webrtc_enabled = "no"