remove ended namespace comments

This commit is contained in:
2016-02-03 01:04:15 +06:00
parent 133df2d20e
commit 7be576f7b3
26 changed files with 36 additions and 40 deletions

View File

@@ -298,7 +298,7 @@ namespace IsoTools {
}
}
#if UNITY_EDITOR
#if UNITY_EDITOR
void Reset() {
size = Vector3.one;
position = Vector3.zero;
@@ -326,6 +326,6 @@ namespace IsoTools {
FixIsoPosition();
}
}
#endif
#endif
}
} // namespace IsoTools
}