This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
git fuckup
......
legacy
touky
9 years ago
parent
575ef8e497
commit
6b4d1645f0
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/lol/debug/lines.h
+ 1
- 1
src/lol/debug/lines.h
View File
@@ -28,11 +28,11 @@ namespace Debug
class Data
class Data
{
{
public:
public:
vec4 m_color = vec4(1.f);
float m_duration = 0.0f;
float m_duration = 0.0f;
int m_mask = 0;
int m_mask = 0;
float m_segment_size = 8;
float m_segment_size = 8;
//Resets draw infos
Data() {}
Data() {}
Data(vec4 color, float duration = -1.f, int mask = 0xFFFFFFFF, float segment_size = 1.f)
Data(vec4 color, float duration = -1.f, int mask = 0xFFFFFFFF, float segment_size = 1.f)
{
{
Write
Preview
Loading…
Cancel
Save