You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
doc: Sync classref with current source
Also apply clang-format.
This commit is contained in:
@@ -81,7 +81,8 @@ struct ScopedLocalRef {
|
||||
ScopedLocalRef &operator=(const ScopedLocalRef &) = delete;
|
||||
|
||||
ScopedLocalRef(JNIEnv *p_env, T p_local_ref) :
|
||||
env(p_env), local_ref(p_local_ref) {
|
||||
env(p_env),
|
||||
local_ref(p_local_ref) {
|
||||
}
|
||||
|
||||
~ScopedLocalRef() {
|
||||
|
||||
Reference in New Issue
Block a user