Trying to add history to the Fill tool
This commit is contained in:
@@ -60,6 +60,7 @@ double now_seconds()
|
||||
|
||||
time(&timer); /* get current time; same as: timer = time(NULL) */
|
||||
seconds = difftime(timer, mktime(&y2k));
|
||||
return seconds;
|
||||
}
|
||||
|
||||
void check_OpenGLError(const char* stmt, const char* fname, int line)
|
||||
|
||||
Reference in New Issue
Block a user