mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 12:25:59 +03:00
fix(d3d): badly copied code
This commit is contained in:
parent
8adf3a0061
commit
7bd7d1ac9e
@ -2200,9 +2200,12 @@ void CGxDeviceD3d::ShaderCreate(CGxShader* shaders[], EGxShTarget target, const
|
|||||||
}
|
}
|
||||||
|
|
||||||
int32_t CGxDeviceD3d::StereoEnabled() {
|
int32_t CGxDeviceD3d::StereoEnabled() {
|
||||||
|
return this->m_d3dStereoEnabled == 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
void CGxDeviceD3d::CursorUnlock() {
|
||||||
CGxDevice::CursorUnlock(x, y);
|
CGxDevice::CursorUnlock(x, y);
|
||||||
this->m_hwCursorNeedsUpdate = 1;
|
this->m_hwCursorNeedsUpdate = 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CGxDeviceD3d::XformSetProjection(const C44Matrix& matrix) {
|
void CGxDeviceD3d::XformSetProjection(const C44Matrix& matrix) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user