Skip to content

Commit

Permalink
G3D: Disable bufferpool for everyone
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jan 7, 2025
1 parent 891e182 commit 6cd92d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep/g3dlite/System.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

// Uncomment the following line to turn off G3D::System memory
// allocation and use the operating system's malloc.
//#define NO_BUFFERPOOL
#define NO_BUFFERPOOL

#if defined(__i386__) || defined(__x86_64__) || defined(G3D_WIN32)
# define G3D_NOT_OSX_PPC
Expand Down

0 comments on commit 6cd92d2

Please sign in to comment.