mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 19:29:19 +02:00
reformat: functions can be made static
This commit is contained in:
@@ -22,7 +22,7 @@ private:
|
||||
thread_local static query* active_queries[6];
|
||||
|
||||
protected:
|
||||
GLenum glenum_target(targets target);
|
||||
static GLenum glenum_target(targets target);
|
||||
|
||||
public:
|
||||
query(targets target);
|
||||
|
||||
Reference in New Issue
Block a user