RwMaterial *
RwPopCurrentMaterial(void);
Description
Pops the current material from the material stack, restoring the previously pushed material.
Arguments
None.
Return Value
A pointer to the new current material if successful, and NULL otherwise.
See Also
RwCurrentMaterial()
RwMaterialEnd()
RwPushCurrentMaterial()