Skip to content

Commit fb9e926

Browse files
committed
refactor
Signed-off-by: Wojciech Czerski <[email protected]>
1 parent e4c7513 commit fb9e926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gems/FPSProfiler/Code/Source/Clients/FPSProfilerComponent.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ namespace FPSProfiler
1111
{
1212
class FPSProfilerComponent final
1313
: public AZ::Component
14-
, protected FPSProfilerRequestBus::Handler
1514
, protected AZ::TickBus::Handler
15+
, protected FPSProfilerRequestBus::Handler
1616
{
1717
public:
1818
AZ_COMPONENT(FPSProfilerComponent, FPSProfilerComponentTypeId, Component);

0 commit comments

Comments
 (0)