浏览代码

Merge pull request #111304 from HolonProduction/rm-last-vp-rect

Remove unused members from `Viewport`
Thaddeus Crews 2 周之前
父节点
当前提交
e878d5a2fb
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      scene/main/viewport.h

+ 0 - 3
scene/main/viewport.h

@@ -260,11 +260,8 @@ private:
 	RID contact_3d_debug_multimesh;
 	RID contact_3d_debug_multimesh;
 	RID contact_3d_debug_instance;
 	RID contact_3d_debug_instance;
 
 
-	Rect2 last_vp_rect;
-
 	bool transparent_bg = false;
 	bool transparent_bg = false;
 	bool use_hdr_2d = false;
 	bool use_hdr_2d = false;
-	bool gen_mipmaps = false;
 
 
 	bool snap_controls_to_pixels = true;
 	bool snap_controls_to_pixels = true;
 	bool snap_2d_transforms_to_pixel = false;
 	bool snap_2d_transforms_to_pixel = false;