You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Added external camera feed from external plugin on Android
This commit is contained in:
committed by
maxime.chambefort
parent
db66bd35af
commit
6f846eb5c5
@@ -130,10 +130,7 @@ int Environment::get_canvas_max_layer() const {
|
||||
|
||||
void Environment::set_camera_feed_id(int p_id) {
|
||||
bg_camera_feed_id = p_id;
|
||||
// FIXME: Disabled during Vulkan refactoring, should be ported.
|
||||
#if 0
|
||||
RS::get_singleton()->environment_set_camera_feed_id(environment, camera_feed_id);
|
||||
#endif
|
||||
RS::get_singleton()->environment_set_camera_feed_id(environment, bg_camera_feed_id);
|
||||
}
|
||||
|
||||
int Environment::get_camera_feed_id() const {
|
||||
|
||||
Reference in New Issue
Block a user