mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Merge pull request #86040 from lawnjelly/new_batch_warning
[3.x] Workaround GCC warning in `rasterizer_canvas_batcher`
This commit is contained in:
@@ -682,7 +682,7 @@ public:
|
||||
|
||||
// this should always succeed after growing
|
||||
batch = bdata.batches.request();
|
||||
RAST_DEBUG_ASSERT(batch);
|
||||
CRASH_COND_MSG(!batch, "Out of memory");
|
||||
}
|
||||
|
||||
if (p_blank) {
|
||||
|
||||
Reference in New Issue
Block a user