Skip to content

Commit

Permalink
CUBE2D_FAMEWORK
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercuber55 committed Oct 20, 2023
1 parent 49d112e commit 4e1269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cube2D.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ void GuiWindow::Draw(std::function<void(Vector2 Offset)> Function) {

void Init(int WindowWidth, int WindowHeight, std::string Title) {

TraceLog(LOG_INFO, "Initializing Cube2D %s", CUBE2D_GAME_FRAMEWORK);
TraceLog(LOG_INFO, "Initializing Cube2D %s", CUBE2D_FRAMEWORK);

InitWindow(WindowWidth, WindowHeight, Title.c_str());
InitAudioDevice();
Expand Down

0 comments on commit 4e1269c

Please sign in to comment.