summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gaelco3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gaelco3d.h')
-rw-r--r--src/mame/includes/gaelco3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gaelco3d.h b/src/mame/includes/gaelco3d.h
index 24005639cab..d4394d99a0d 100644
--- a/src/mame/includes/gaelco3d.h
+++ b/src/mame/includes/gaelco3d.h
@@ -74,7 +74,7 @@ private:
float z0;
};
- class gaelco3d_renderer : public poly_manager<float, gaelco3d_object_data, 1, 2000>
+ class gaelco3d_renderer : public poly_manager<float, gaelco3d_object_data, 1>
{
public:
gaelco3d_renderer(gaelco3d_state &state);