Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux build fixes. #30

Merged
merged 4 commits into from
Mar 13, 2022
Merged

Linux build fixes. #30

merged 4 commits into from
Mar 13, 2022

Conversation

MalikuMane
Copy link
Contributor

No description provided.

@Jaysmito101
Copy link
Owner

Jaysmito101 commented Mar 13, 2022

Hey it looks great thanks for the contribution!

@Jaysmito101 Jaysmito101 added the enhancement New feature or request label Mar 13, 2022
@@ -22,12 +23,12 @@ SeaManager::SeaManager(ApplicationState *as)
color[2] = 0.7f;
color[3] = 0;
scale = 100;
std::string vertexShaderSource = ReadShaderSourceFile(GetExecutableDir() + "\\Data\\shaders\\water\\vert.glsl", &tmp);
std::string vertexShaderSource = ReadShaderSourceFile(GetExecutableDir() + "Data\\shaders\\water\\vert.glsl", &tmp);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here removing the \ will break the code

@Jaysmito101 Jaysmito101 merged commit 0829ba6 into Jaysmito101:master Mar 13, 2022
@Jaysmito101 Jaysmito101 added this to Add linux code to the functions using win32 in Linux Support Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Linux Support
Add linux code to the functions using...
Development

Successfully merging this pull request may close these issues.

None yet

2 participants