Small Edits.

This commit is contained in:
2025-05-13 14:28:15 -05:00
parent e71f12c7c6
commit 828612fda2
2 changed files with 2 additions and 4 deletions

View File

@@ -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")

View File

@@ -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));