mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Merge pull request #2467 from romulox-x/iphoneSplash
server build error fixed
This commit is contained in:
commit
4773c19e60
@ -1948,6 +1948,9 @@ bool RasterizerDummy::has_feature(VS::Features p_feature) const {
|
||||
|
||||
}
|
||||
|
||||
void RasterizerDummy::restore_framebuffer() {
|
||||
|
||||
}
|
||||
|
||||
RasterizerDummy::RasterizerDummy() {
|
||||
|
||||
|
@ -779,6 +779,7 @@ public:
|
||||
|
||||
virtual bool has_feature(VS::Features p_feature) const;
|
||||
|
||||
virtual void restore_framebuffer();
|
||||
|
||||
RasterizerDummy();
|
||||
virtual ~RasterizerDummy();
|
||||
|
Loading…
x
Reference in New Issue
Block a user