mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Remove redundant texture flag setters/getters for CameraTexture
This commit is contained in:
@@ -2871,15 +2871,6 @@ RID CameraTexture::get_rid() const {
|
||||
}
|
||||
}
|
||||
|
||||
void CameraTexture::set_flags(uint32_t p_flags) {
|
||||
// not supported
|
||||
}
|
||||
|
||||
uint32_t CameraTexture::get_flags() const {
|
||||
// not supported
|
||||
return 0;
|
||||
}
|
||||
|
||||
Ref<Image> CameraTexture::get_image() const {
|
||||
// not (yet) supported
|
||||
return Ref<Image>();
|
||||
|
||||
Reference in New Issue
Block a user