Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
9b514a74
Commit
9b514a74
authored
Nov 01, 2018
by
Cameron Armstrong (Nightfox)
Committed by
Gargaj
Nov 01, 2018
Browse files
Fix final warning in Xcode 10 and add .DS_Store to .gitignore to please Mac developers (#86)
parent
86e67ea8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
9b514a74
...
...
@@ -3,3 +3,4 @@ Bonzomatic
tmp
build
.vs
.DS_Store
src/ShaderEditor.cpp
View file @
9b514a74
...
...
@@ -80,7 +80,7 @@ public:
static
unsigned
int
wndID
=
1
;
void
ShaderEditor
::
Initialise
()
{
wMain
=
(
Scintilla
::
WindowID
)(
wndID
++
);
wMain
=
(
Scintilla
::
WindowID
)(
unsigned
long
)(
wndID
++
);
lexState
=
new
Scintilla
::
LexState
(
pdoc
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment