Merge pull request #42932 from lawnjelly/rast_dummy_sync

Resync RasterizerDummy to Rasterizer
This commit is contained in:
Rémi Verschelde 2020-10-20 13:47:18 +02:00 committed by GitHub
commit 9de391e9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {}
};