Skip to content

Commit f2b7eab

Browse files
committed
Bump rtrp version and fix wrong include directive path
1 parent 2f4809e commit f2b7eab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/rtrp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include(FetchContent)
33
FetchContent_Declare(
44
RTRP
55
GIT_REPOSITORY https://github.com/SpaghettDev/RTRP.git
6-
GIT_TAG 53fe19f867b4b52b241f4c0522299896cb32c628
6+
GIT_TAG deb04e500252058187b8afa1b1222d9fc5ed3191
77
GIT_PROGRESS TRUE
88
)
99
message("Fetching RTRP")

src/roulette/manager/RouletteManager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include <array>
44
#include <matjson/stl_serialize.hpp>
55

6-
#include <Geode/Loader/Mod.hpp>
6+
#include <Geode/loader/Mod.hpp>
77
#include <Geode/Enums.hpp>
88

99
#include "../layers/RLRouletteLayer.hpp"

0 commit comments

Comments
 (0)