minor fixes and clean up

This commit is contained in:
Mamadou Babaei
2024-08-16 18:01:45 +02:00
parent c2d9eb2e70
commit 0248a2444d
2 changed files with 4 additions and 4 deletions
-1
View File
@@ -302,7 +302,6 @@ serve: install-build-deps
serve: prepare
serve:
@echo "Serving $(SG_HANDBOOK_DIR)..."
@echo "$(PATH)"
@env SG_PROJECT_NAME='$(SG_PROJECT_NAME)' \
SG_HANDBOOK_REVISION='$(SG_HANDBOOK_REVISION)' \
SG_GIT_BRANCH='$(SG_GIT_BRANCH)' \
@@ -97,9 +97,10 @@ class VIRTUALHANDCPP_API ADebugPawn : public APawn
private:
// The virtual hand drawing settings.
UPROPERTY(EditDefaultsOnly, Category="DebugPawn")
UPROPERTY(EditDefaultsOnly, Category="DebugPawn",
meta=(AllowPrivateAccess="false"))
FSGDebugGizmoSettings HandDrawingSettings;
public:
// Sets default values for this pawn's properties
ADebugPawn();
@@ -108,7 +109,7 @@ protected:
// Called when the game starts or when spawned
virtual void BeginPlay() override;
public:
public:
// Called every frame
virtual void Tick(float DeltaTime) override;