Removed comment.

This commit is contained in:
Relintai 2023-02-08 01:43:35 +01:00
parent 68db9a55f0
commit 119f4ee102

View File

@ -14,9 +14,6 @@
#include "mlpp_vector.h" #include "mlpp_vector.h"
// Matrices are stored as rows first
// [x][y]
class MLPPMatrix : public Reference { class MLPPMatrix : public Reference {
GDCLASS(MLPPMatrix, Reference); GDCLASS(MLPPMatrix, Reference);