Small Edits.
This commit is contained in:
@@ -35,8 +35,8 @@ CPMAddPackage(NAME JGL
|
||||
CPMAddPackage(NAME JUI
|
||||
URL https://git.redacted.cc/josh/ReJUI/archive/Prerelease-6.zip)
|
||||
|
||||
file(COPY "assets" DESTINATION "${PROJECT_BINARY_DIR}")
|
||||
file(GLOB_RECURSE ASSETS "assets/")
|
||||
#file(COPY "assets" DESTINATION "${PROJECT_BINARY_DIR}")
|
||||
#file(GLOB_RECURSE ASSETS "assets/")
|
||||
file(GLOB_RECURSE HEADERS "include/*.h" "include/*.hpp")
|
||||
file(GLOB_RECURSE SOURCES "src/*.c" "src/*.cpp")
|
||||
|
||||
|
@@ -39,8 +39,6 @@ void FractalInspectorApp::ReloadShader() {
|
||||
LoadShaders();
|
||||
}
|
||||
|
||||
|
||||
|
||||
void FractalInspectorApp::PositionCmd(const CmdArgs &args) {
|
||||
if (args.empty()) { // Output position + scale
|
||||
console->Log(std::format("Pos: {}, {}, Zoom: {}", u_translation.x, u_translation.y, u_scale));
|
||||
|
Reference in New Issue
Block a user