16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 23:19:19 +02:00

Merge branch 'tmj-dev'

This commit is contained in:
milek7
2018-02-16 15:25:53 +01:00
113 changed files with 4617 additions and 4057 deletions

View File

@@ -131,7 +131,7 @@ class matrix4x4
public:
matrix4x4(void)
{
memset(e, 0, sizeof(e));
memset( e, 0, sizeof( e ) );
}
// When defining matrices in C arrays, it is easiest to define them with