Fix WebGL objects inheritance

This commit is contained in:
ecoal95 2015-05-04 02:06:20 +02:00
parent b43a2ed807
commit ad414824b2
5 changed files with 17 additions and 13 deletions

View file

@ -14,7 +14,7 @@ pub struct WebGLObject {
}
impl WebGLObject {
fn new_inherited() -> WebGLObject {
pub fn new_inherited() -> WebGLObject {
WebGLObject {
reflector_: Reflector::new(),
}