mirror of
https://github.com/leozide/leocad.git
synced 2026-07-27 19:56:49 +00:00
Fixed uninitialized value.
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ bool lcImportLXFMLFile(const QString& FileData, std::vector<lcPiece*>& Pieces, s
|
||||
WorldMatrix[2][0] = BoneElements[6].toFloat();
|
||||
WorldMatrix[2][1] = BoneElements[7].toFloat();
|
||||
WorldMatrix[2][2] = BoneElements[8].toFloat();
|
||||
WorldMatrix[3][3] = 0.0f;
|
||||
WorldMatrix[2][3] = 0.0f;
|
||||
WorldMatrix[3][0] = BoneElements[9].toFloat();
|
||||
WorldMatrix[3][1] = BoneElements[10].toFloat();
|
||||
WorldMatrix[3][2] = BoneElements[11].toFloat();
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#include "lc_global.h"
|
||||
#include "lc_qselectdialog.h"
|
||||
#include "ui_lc_qselectdialog.h"
|
||||
#include "lc_application.h"
|
||||
#include "lc_model.h"
|
||||
#include "piece.h"
|
||||
#include "camera.h"
|
||||
|
||||
Reference in New Issue
Block a user