mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 15:38:27 +00:00
Fix some formatting and change visual label for stacked node names.
This commit is contained in:
+3
-1
@@ -2477,7 +2477,9 @@ void command_grid(Client *c, const Seperator *sep)
|
||||
glm::vec4 node_position = glm::vec4(atof(row[0]), atof(row[1]), atof(row[2]), atof(row[3]));
|
||||
|
||||
std::vector<float> node_loc {
|
||||
node_position.x, node_position.y, node_position.z
|
||||
node_position.x,
|
||||
node_position.y,
|
||||
node_position.z
|
||||
};
|
||||
|
||||
// If we already have a node at this location, set the z offset
|
||||
|
||||
Reference in New Issue
Block a user