mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-02 14:25:55 +01:00
FlowContainer fix uninitialized data
This uninitialized data was finding its way into the renderer.
This commit is contained in:
parent
95dddc0e9e
commit
264627d11b
@ -243,6 +243,8 @@ int FlowContainer::get_line_count() const {
|
||||
|
||||
FlowContainer::FlowContainer(bool p_vertical) {
|
||||
vertical = p_vertical;
|
||||
cached_size = 0;
|
||||
cached_line_count = 0;
|
||||
}
|
||||
|
||||
void FlowContainer::_bind_methods() {
|
||||
|
Loading…
Reference in New Issue
Block a user