mirror of https://github.com/inolen/redream.git
removed useless constructor
This commit is contained in:
parent
f5e2b46acc
commit
4b15c34eab
|
@ -75,8 +75,6 @@ struct Vertex {
|
|||
};
|
||||
|
||||
struct Surface {
|
||||
Surface() : texture(0), num_verts(0) {}
|
||||
|
||||
TextureHandle texture;
|
||||
bool depth_write;
|
||||
DepthFunc depth_func;
|
||||
|
|
Loading…
Reference in New Issue