Changed icons, added Todo, fixed location of icons in properties combo box

This commit is contained in:
andreja6
2019-11-03 23:23:34 -08:00
parent 552be1ec54
commit 7898df7a8e
8 changed files with 151 additions and 148 deletions

View File

@@ -926,20 +926,20 @@ BOOL GetKPBool(int VK) {
void Demo::onUserInput(UserInput* ui) {
/*
if(GetHoldKeyState(VK_LCONTROL))
/*if(GetHoldKeyState(VK_LCONTROL))
{
if(GetHoldKeyState('D'))
{
messageTime = System::time();
if(debugMode())
if()
message = "Debug Mode Disabled";
else
message = "Debug Mode Enabled";
setDebugMode(!debugMode());
}
}
*/
}*/
if(GetHoldKeyState(VK_F8))
{
messageTime = System::time();
@@ -1789,6 +1789,7 @@ int main(int argc, char** argv) {
}
catch(...)
{
//TODO Figure how to save the error to file
OnError(-1);
}
return 0;