hhyyrylainen / Leviathan

Leviathan Game Engine
Other
17 stars 8 forks source link

Files generated by FileGenerator now read-only #41

Closed NillyTheKid closed 5 years ago

NillyTheKid commented 5 years ago

Issue #22

hhyyrylainen commented 5 years ago

Doesn't work on Linux. You should attempt to use boost::filesystem to set the flag (or if that is not possible you will need to code a version for UNIX and Windows separately with #ifdef __WIN32)

hhyyrylainen commented 5 years ago

I had to fix an issue with updating the generated file. But this is now merged.