From Eric Wing, removed trailing semi colonds from namespace end bracket.
This commit is contained in:
@@ -827,7 +827,7 @@ inline void Drawable::draw(State& state) const
|
||||
_drawCallback->drawImplementation(state,this);
|
||||
else
|
||||
drawImplementation(state);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -113,6 +113,6 @@ class Vec3s
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -119,6 +119,6 @@ class Vec4s
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user