Add line break for formatting

This commit is contained in:
Vortrex
2021-01-19 04:47:12 -06:00
parent 752a006543
commit e511de5923

View File

@@ -1944,4 +1944,4 @@ function applyOffsetToVector3(position, position2) {
return toVector3(position.x+position2.x, position.y+position2.y, position.z+position2.z);
}
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------