mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-30 21:09:19 +01:00
Fix typo.
This commit is contained in:
parent
dee3f6b05b
commit
3ba0a856a3
@ -89,7 +89,7 @@ void WaveFormCollapse::set_pattern_frequencies(const Vector<double> &p_patterns_
|
|||||||
}
|
}
|
||||||
|
|
||||||
void WaveFormCollapse::set_input(const PoolIntArray &p_data, int p_width, int p_height) {
|
void WaveFormCollapse::set_input(const PoolIntArray &p_data, int p_width, int p_height) {
|
||||||
input.resize(p_width, p_height);
|
input.resize(p_height, p_width);
|
||||||
|
|
||||||
ERR_FAIL_COND(input.data.size() != p_data.size());
|
ERR_FAIL_COND(input.data.size() != p_data.size());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user