mirror of
https://github.com/Relintai/godot_voxel.git
synced 2024-11-11 20:35:08 +01:00
Fixed Vector3::sort_min_max()
This commit is contained in:
parent
5662dfde7b
commit
fc6172635a
@ -101,7 +101,7 @@ private:
|
||||
if (a > b) {
|
||||
int temp = a;
|
||||
a = b;
|
||||
b = a;
|
||||
b = temp;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user