Revert "Fix some 3D texture issues"

This commit is contained in:
Juan Linietsky 2018-08-27 10:12:07 -03:00 committed by GitHub
parent 87725e891d
commit bca706b361
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 12 additions and 44 deletions

View file

@ -2051,8 +2051,8 @@ void TextureLayered::create(uint32_t p_width, uint32_t p_height, uint32_t p_dept
width = p_width;
height = p_height;
depth = p_depth;
flags = p_flags;
format = p_format;
}
void TextureLayered::set_layer_data(const Ref<Image> &p_image, int p_layer) {