summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/galastrm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/galastrm.h')
-rw-r--r--src/mame/includes/galastrm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/galastrm.h b/src/mame/includes/galastrm.h
index f7f96a6a8ba..e4ddf0bc050 100644
--- a/src/mame/includes/galastrm.h
+++ b/src/mame/includes/galastrm.h
@@ -23,7 +23,7 @@ struct gs_poly_data
bitmap_ind16* texbase;
};
-class galastrm_renderer : public poly_manager<float, gs_poly_data, 2, 10000>
+class galastrm_renderer : public poly_manager<float, gs_poly_data, 2>
{
public:
galastrm_renderer(galastrm_state &state);