This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
bgfx
mirror of
https://github.com/bkaradzic/bgfx.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Replaced spaces with tabs.
bkaradzic
12 years ago
parent
5f037fb915
commit
6d2abecfe7
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/glcontext_nsgl.h
+ 1
- 1
src/glcontext_nsgl.h
View File
@@ -13,7 +13,7 @@ namespace bgfx
struct GlContext
{
GlContext()
-
: m_context(0)
+
: m_context(0)
{
}