提交 b480c025 编写于 作者: V vit9696

OpenCanopy: Fix assertion with disabled mouse pointer

上级 f6193c47
...@@ -1151,7 +1151,9 @@ GuiDrawLoop ( ...@@ -1151,7 +1151,9 @@ GuiDrawLoop (
// //
// Clear previous inputs. // Clear previous inputs.
// //
GuiPointerReset (mPointerContext); if (mPointerContext != NULL) {
GuiPointerReset (mPointerContext);
}
GuiKeyReset (mKeyContext); GuiKeyReset (mKeyContext);
// //
// Main drawing loop, time and derieve sub-frequencies as required. // Main drawing loop, time and derieve sub-frequencies as required.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册