mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-06 18:54:13 +00:00
fix: read and store the zone transition width properly (#1169)
This commit is contained in:
@@ -30,6 +30,7 @@ struct SceneTransitionInfo {
|
||||
struct SceneTransition {
|
||||
std::string name;
|
||||
std::vector<SceneTransitionInfo> points;
|
||||
float width;
|
||||
};
|
||||
|
||||
struct MovingPlatformPathWaypoint {
|
||||
|
Reference in New Issue
Block a user