Skip to content

Commit

Permalink
#6 Fix warning pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamhong committed Nov 28, 2020
1 parent b153a2b commit 3b51e70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions Projects/Editor/Source/GUI/Input/CInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ This file is part of the "Skylicht Engine".
https://github.com/skylicht-lab/skylicht-engine
!#
*/
#pragma once

#include "pch.h"
#include "CInput.h"
Expand Down Expand Up @@ -360,7 +359,7 @@ namespace Skylicht

if (IsControlDown())
{
accelString += "CTRL + ";
accelString += "CTRL + ";
}

if (IsShiftDown())
Expand Down
1 change: 0 additions & 1 deletion Projects/Editor/Source/GUI/Input/CSkylichtInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ This file is part of the "Skylicht Engine".
https://github.com/skylicht-lab/skylicht-engine
!#
*/
#pragma once

#include "pch.h"
#include "CSkylichtInput.h"
Expand Down

0 comments on commit 3b51e70

Please sign in to comment.