Add Hid3DS
This commit is contained in:
@@ -65,7 +65,7 @@ HidGlfw::HidGlfw(GLFWwindow* win) : HidDriver("HidGlfw") {
|
||||
}
|
||||
}
|
||||
|
||||
HidGlfw::~HidGlfw() {}
|
||||
HidGlfw::~HidGlfw() { delete impl; }
|
||||
|
||||
void HidGlfw::Update() {
|
||||
HidDriver::Update(); // clear stats
|
||||
|
||||
Reference in New Issue
Block a user