mirror of
https://github.com/flutter/samples.git
synced 2025-11-09 22:38:42 +00:00
simple_shader: Clean up shaders/simple.frag, rebuild runners (#1715)
This commit is contained in:
@@ -60,7 +60,7 @@ class WindowClassRegistrar {
|
||||
public:
|
||||
~WindowClassRegistrar() = default;
|
||||
|
||||
// Returns the singleton registar instance.
|
||||
// Returns the singleton registrar instance.
|
||||
static WindowClassRegistrar* GetInstance() {
|
||||
if (!instance_) {
|
||||
instance_ = new WindowClassRegistrar();
|
||||
|
||||
Reference in New Issue
Block a user