Quellcode durchsuchen

merging issues fixed

naelstrof vor 12 Jahren
Ursprung
Commit
9d72c917cb
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      main.cpp

+ 1
- 0
main.cpp Datei anzeigen

20
     float r = options->m_red;
20
     float r = options->m_red;
21
     float g = options->m_green;
21
     float g = options->m_green;
22
     float b = options->m_blue;
22
     float b = options->m_blue;
23
+    timespec start, time;
23
     int cx = 0;
24
     int cx = 0;
24
     int cy = 0;
25
     int cy = 0;
25
 
26