Skip to content

Commit c1abc2d

Browse files
committed
remove ediotr component
Signed-off-by: Wojciech Czerski <[email protected]>
1 parent ab86e28 commit c1abc2d

File tree

4 files changed

+4
-135
lines changed

4 files changed

+4
-135
lines changed

Gems/FPSProfiler/Code/Source/Tools/FPSProfilerEditorComponent.cpp

Lines changed: 0 additions & 95 deletions
This file was deleted.

Gems/FPSProfiler/Code/Source/Tools/FPSProfilerEditorComponent.h

Lines changed: 0 additions & 37 deletions
This file was deleted.

Gems/FPSProfiler/Code/Source/Tools/FPSProfilerEditorModule.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
#include "Clients/FPSProfilerComponent.h"
12

2-
#include "FPSProfilerEditorComponent.h"
33
#include <FPSProfiler/FPSProfilerTypeIds.h>
44
#include <FPSProfilerModuleInterface.h>
55

@@ -20,7 +20,7 @@ namespace FPSProfiler
2020
m_descriptors.insert(
2121
m_descriptors.end(),
2222
{
23-
FPSProfilerEditorComponent::CreateDescriptor(),
23+
FPSProfilerComponent::CreateDescriptor(),
2424
});
2525
}
2626

@@ -31,7 +31,7 @@ namespace FPSProfiler
3131
AZ::ComponentTypeList GetRequiredSystemComponents() const override
3232
{
3333
return AZ::ComponentTypeList{
34-
azrtti_typeid<FPSProfilerEditorComponent>(),
34+
azrtti_typeid<FPSProfilerComponent>(),
3535
};
3636
}
3737
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11

22
set(FILES
3+
Source/Tools/FPSProfilerEditorModule.cpp
34
)

0 commit comments

Comments
 (0)