mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 11:37:55 +00:00
Remove semicolons from after } that close functons.
This commit is contained in:
4
reg3.cpp
4
reg3.cpp
@@ -82,12 +82,12 @@ EX }
|
||||
transmatrix sfix_rgpushxto0(hyperpoint h) {
|
||||
if(stretch::applicable() && !fake::in()) return stretch::translate(h);
|
||||
return rgpushxto0(h);
|
||||
};
|
||||
}
|
||||
|
||||
transmatrix sfix_gpushxto0(hyperpoint h) {
|
||||
if(stretch::applicable() && !fake::in()) return stretch::itranslate(h);
|
||||
return gpushxto0(h);
|
||||
};
|
||||
}
|
||||
|
||||
#if MAXMDIM >= 4
|
||||
void subcellshape::compute_sub() {
|
||||
|
Reference in New Issue
Block a user