mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-08 05:16:00 +00:00
moved the constructor of projection_configuration to models
This commit is contained in:
@@ -223,8 +223,6 @@ struct trans23 {
|
||||
}
|
||||
};
|
||||
|
||||
inline trans23 *gen_trans23() { return new trans23; }
|
||||
|
||||
/** mirror image */
|
||||
constexpr transmatrix Mirror = diag(1,-1,1,1);
|
||||
|
||||
|
Reference in New Issue
Block a user