mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 16:41:34 +00:00
fixed server breaking error in previous splash screen commit
This commit is contained in:
parent
b0e5031f1f
commit
e5730c1c7c
2 changed files with 4 additions and 0 deletions
|
|
@ -1948,6 +1948,9 @@ bool RasterizerDummy::has_feature(VS::Features p_feature) const {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void RasterizerDummy::restore_framebuffer() {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
RasterizerDummy::RasterizerDummy() {
|
RasterizerDummy::RasterizerDummy() {
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -779,6 +779,7 @@ public:
|
||||||
|
|
||||||
virtual bool has_feature(VS::Features p_feature) const;
|
virtual bool has_feature(VS::Features p_feature) const;
|
||||||
|
|
||||||
|
virtual void restore_framebuffer();
|
||||||
|
|
||||||
RasterizerDummy();
|
RasterizerDummy();
|
||||||
virtual ~RasterizerDummy();
|
virtual ~RasterizerDummy();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue