-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Update register_types in binding_to_external_libraries.rst #8407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
contributing/development/core_and_modules/binding_to_external_libraries.rst
Outdated
Show resolved
Hide resolved
contributing/development/core_and_modules/binding_to_external_libraries.rst
Outdated
Show resolved
Hide resolved
|
Related to these comment What should I do ? |
|
Please restore the spaces, it should be spaces and not tabs |
Leave it for a separate decision, let's keep this focused |
AThousandShips
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Can you please squash your commits into one, see here
…_libraries.rst Based in godotengine/godot#84456 Change register_tts_types() to initialize_tts_module() Change unregister_tts_types() to uninitialize_tts_module() Add parameter ModuleInitializationLevel p_level to uninitialize_tts_module and initialize_tts_module
|
Merged. Thanks and congrats on your first merged contribution! PR welcome to update the writing custom unit tests page too :) |
Update register_types in binding_to_external_libraries.rst
|
Cherry-picked to 4.1. |
Based in godotengine/godot#84456
Change register_tts_types() for initialize_tts_module()
Change unregister_tts_types() for uninitialize_tts_module()