You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Fix msvc 14.1 complains about "atempting to reference a deleted function"
in RenderPassClearValue
This commit is contained in:
@@ -535,6 +535,8 @@ public:
|
||||
float depth;
|
||||
uint32_t stencil;
|
||||
};
|
||||
|
||||
RenderPassClearValue() {}
|
||||
};
|
||||
|
||||
struct AttachmentClear {
|
||||
|
||||
Reference in New Issue
Block a user