From cc99e4f471e5daf0d8267cd0a780d2bbe08ace02 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Tue, 13 Jan 2004 01:15:38 +0000 Subject: [PATCH] A line that is new has arrived; it's true. --- stepmania/src/RageMath.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/RageMath.cpp b/stepmania/src/RageMath.cpp index 40b591e775..d0a21746ab 100644 --- a/stepmania/src/RageMath.cpp +++ b/stepmania/src/RageMath.cpp @@ -540,4 +540,5 @@ void RageMatrixTranspose( RageMatrix* pOut, const RageMatrix* pIn ) for( int i=0; i<4; i++) for( int j=0; j<4; j++) pOut->m[j][i] = pIn->m[i][j]; -} \ No newline at end of file +} +