diff options
Diffstat (limited to 'o3d/core/cross/renderer.h')
-rw-r--r-- | o3d/core/cross/renderer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/core/cross/renderer.h b/o3d/core/cross/renderer.h index 3be95f4..7a35415 100644 --- a/o3d/core/cross/renderer.h +++ b/o3d/core/cross/renderer.h @@ -298,10 +298,10 @@ class Renderer { ParamCache* param_cache); // Pushes rendering states. - void PushRenderStates(State *state); + virtual void PushRenderStates(State *state); // Pops rendering states to back to their previous settings. - void PopRenderStates(); + virtual void PopRenderStates(); // Binds the passed surfaces to the color and depth buffers of the // renderer. |