Skip to content

Commit

Permalink
xrRender: fix build r1-r4 renders
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg authored and q4a committed Sep 29, 2018
1 parent 9766763 commit d9afc98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/SkeletonX.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ BOOL pick_bone(CKinematics* Parent, IKinematics::pick_result& r, float dist, con
VERIFY(!"Not implemented");
return FALSE;
}
#elif USE_DX10
#else USE_DX10
template <typename T>
BOOL pick_bone(CKinematics* Parent, IKinematics::pick_result& r, float dist, const Fvector& S, const Fvector& D,
Fvisual* V, u16* indices, CBoneData::FacesVec& faces)
Expand Down
2 changes: 2 additions & 0 deletions src/Layers/xrRender/tss_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

#pragma once

#if defined(USE_OGL)
#include "../xrRenderGL/glState.h"
#endif

class SimulatorStates
{
Expand Down

0 comments on commit d9afc98

Please sign in to comment.