Skip to content

Commit

Permalink
xrEngine/vis_common.h: Fix conformance
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Mar 30, 2018
1 parent dab7351 commit 8d7d719
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/xrEngine/vis_common.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#pragma once
#ifndef vis_commonH
#define vis_commonH
#include "xrCore/_sphere.h"
#include "xrCore/_fbox.h"

Expand All @@ -23,7 +21,7 @@ struct vis_data
vis_object_data* obj_data; //--#SM+#-- Объектные данные, используемые при рендере этой модели [shaders data which
//will be used at render for this model]

vis_data::vis_data() //--#SM+#--
vis_data() //--#SM+#--
{
obj_data = &obj_data_self;
}
Expand All @@ -40,4 +38,3 @@ struct vis_data
}
};
#pragma pack(pop)
#endif

0 comments on commit 8d7d719

Please sign in to comment.