From dc2aabf8ed6955d3ca3782c9f144aa62aefaec61 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sun, 17 Dec 2017 11:02:52 +0000 Subject: Rebuilding documentation --- texture_8h_source.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'texture_8h_source.html') diff --git a/texture_8h_source.html b/texture_8h_source.html index bc134ae8..71f69f0f 100644 --- a/texture_8h_source.html +++ b/texture_8h_source.html @@ -129,7 +129,7 @@ $(document).ready(function(){initNavTree('texture_8h_source.html','');});
19  int width;
20  int height;
21 
-
22  Texture() = default;
+
22  Texture() : id(0), width(0), height(0) {}
23 
24  Texture(GLuint id_i, int width_i, int height_i)
25  : id(id_i), width(width_i), height(height_i)
@@ -141,10 +141,10 @@ $(document).ready(function(){initNavTree('texture_8h_source.html','');});
31 
32 #endif
yage::Texture::height
int height
Definition: texture.h:20
-
yage::Texture::Texture
Texture()=default
yage::Texture
Definition: texture.h:17
yage::Texture::Texture
Texture(GLuint id_i, int width_i, int height_i)
Definition: texture.h:24
yage::Texture::width
int width
Definition: texture.h:19
+
yage::Texture::Texture
Texture()
Definition: texture.h:22
yage::Texture::id
GLuint id
Definition: texture.h:18
@@ -152,7 +152,7 @@ $(document).ready(function(){initNavTree('texture_8h_source.html','');});