Resync RasterizerDummy to Rasterizer

This commit is contained in:
lawnjelly 2020-10-20 11:59:13 +01:00
parent f442dc062a
commit a63d8aa634

View file

@ -831,6 +831,8 @@ public:
virtual bool is_low_end() const { return true; }
virtual const char *gl_check_for_error(bool p_print_error = true) { return nullptr; }
RasterizerDummy() {}
~RasterizerDummy() {}
};