You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Removed add/remove interface bindings and added get_interfaces
This commit is contained in:
committed by
Bastiaan Olij
parent
2fce0010f0
commit
9d3f8418ca
@@ -323,7 +323,7 @@ void MobileVRInterface::uninitialize() {
|
||||
};
|
||||
};
|
||||
|
||||
Size2 MobileVRInterface::get_recommended_render_targetsize() {
|
||||
Size2 MobileVRInterface::get_render_targetsize() {
|
||||
_THREAD_SAFE_METHOD_
|
||||
|
||||
// we use half our window size
|
||||
|
||||
Reference in New Issue
Block a user