mirror of https://github.com/axmolengine/axmol.git
setParent for RenderState
This commit is contained in:
parent
d5fab0bd38
commit
6fd9784fce
|
@ -85,6 +85,8 @@ public:
|
||||||
*/
|
*/
|
||||||
RenderState* getTopmost(RenderState* below);
|
RenderState* getTopmost(RenderState* below);
|
||||||
|
|
||||||
|
void setParent(RenderState* parent) { _parent = parent; }
|
||||||
|
|
||||||
enum Blend
|
enum Blend
|
||||||
{
|
{
|
||||||
BLEND_ZERO = GL_ZERO,
|
BLEND_ZERO = GL_ZERO,
|
||||||
|
|
Loading…
Reference in New Issue