mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-22 03:46:50 +01:00
Fix build.
This commit is contained in:
parent
8d4078b7b5
commit
34e2ebe8cc
@ -203,7 +203,7 @@ private:
|
||||
|
||||
Vector<JoyDeviceMapping> map_db;
|
||||
|
||||
Set<uint32_t> ignored_device_ids;
|
||||
RBSet<uint32_t> ignored_device_ids;
|
||||
|
||||
JoyEvent _get_mapped_button_event(const JoyDeviceMapping &mapping, int p_button);
|
||||
JoyEvent _get_mapped_axis_event(const JoyDeviceMapping &mapping, int p_axis, float p_value);
|
||||
|
@ -31,7 +31,7 @@
|
||||
#include "image_loader_dds.h"
|
||||
|
||||
#include "core/os/os.h"
|
||||
#include "core/print_string.h"
|
||||
#include "core/string/print_string.h"
|
||||
|
||||
#include "core/io/file_access_memory.h"
|
||||
#include "core/os/file_access.h"
|
||||
|
@ -99,7 +99,7 @@ void MultiRect::add_rect(RID p_canvas_item, const Rect2 &p_rect, RID p_texture,
|
||||
sources.push_back(source);
|
||||
|
||||
// Legacy path
|
||||
if (!VisualServerCanvasHelper::_multirect_enabled) {
|
||||
if (!RenderingServerCanvasHelper::_multirect_enabled) {
|
||||
flush();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user